System::Xml::XmlEntity::WriteContentTo 方法

XmlEntity::WriteContentTo method

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

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

另见