WriteTo()

XmlEntity::WriteTo(const SharedPtr<XmlWriter>&) method

Saves the node to the specified XmlWriter. For XmlEntity nodes, this method has no effect.

void System::Xml::XmlEntity::WriteTo(const SharedPtr<XmlWriter> &w) override

Arguments

ParameterTypeDescription
wconst SharedPtr<XmlWriter>&The XmlWriter to which you want to save.

See Also