WriteTo()

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

Saves the current node to the specified XmlWriter, when overridden in a derived class.

virtual void System::Xml::XmlNode::WriteTo(const SharedPtr<XmlWriter> &w)=0

Arguments

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

See Also