System::Xml::XmlDocument::WriteContentTo 方法

XmlDocument::WriteContentTo method

XmlDocument 节点的所有子节点保存到指定的 XmlWriter

void System::Xml::XmlDocument::WriteContentTo(const SharedPtr<XmlWriter> &xw) override
参数类型描述
xwconst SharedPtr<XmlWriter>&要保存到的 XmlWriter

另见