System::Xml::XmlElement::WriteTo method

XmlElement::WriteTo method

将当前节点保存到指定的 XmlWriter

void System::Xml::XmlElement::WriteTo(const SharedPtr<XmlWriter> &w) override
ParameterType描述
wconst SharedPtr<XmlWriter>&您想要保存的 XmlWriter

另见