System::Xml::XmlDeclaration::WriteContentTo 方法

XmlDeclaration::WriteContentTo method

将节点的子节点保存到指定的 XmlWriter。由于 XmlDeclaration 节点没有子节点,此方法没有效果。

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

另见