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

XmlEntity::WriteTo method

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

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

另见