System::Xml::XmlElement::WriteTo method

XmlElement::WriteTo method

Saves the current node to the specified XmlWriter.

void System::Xml::XmlElement::WriteTo(const SharedPtr<XmlWriter> &w) override
ParameterTypeDescription
wconst SharedPtr<XmlWriter>&The XmlWriter to which you want to save.

See Also