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

XmlDeclaration::WriteContentTo method

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

void System::Xml::XmlDeclaration::WriteContentTo(const SharedPtr<XmlWriter> &w) override
ParameterType描述
wconst SharedPtr<XmlWriter>&您想要保存的 XmlWriter

另见