System::Xml::XmlDocument::WriteTo 方法
XmlDocument::WriteTo method
将 XmlDocument 节点保存到指定的 XmlWriter。
void System::Xml::XmlDocument::WriteTo(const SharedPtr<XmlWriter> &w) override
| 参数 | 类型 | 描述 |
|---|---|---|
| w | const SharedPtr<XmlWriter>& | 要保存到的 XmlWriter。 |
另见
- Typedef SharedPtr
- Class XmlWriter
- Class XmlDocument
- Namespace System::Xml
- Library Aspose.Font for C++