System::Xml::XmlElement::WriteTo 方法

XmlElement::WriteTo method

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

void System::Xml::XmlElement::WriteTo(const SharedPtr<XmlWriter> &w) override
参数类型描述
wconst SharedPtr<XmlWriter>&要保存到的 XmlWriter

另见