System::Xml::XmlEntity::WriteTo 方法

XmlEntity::WriteTo method

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

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

另见