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

XmlEntity::WriteContentTo method

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

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

另见