System::Xml::XmlDocumentType::WriteContentTo 方法

XmlDocumentType::WriteContentTo method

将节点的所有子节点保存到指定的 XmlWriter。对于 XmlDocumentType 节点,此方法无效。

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

另见