WriteContentTo()

XmlDocument::WriteContentTo(const SharedPtr<XmlWriter>&) method

Saves all the children of the XmlDocument node to the specified XmlWriter.

void System::Xml::XmlDocument::WriteContentTo(const SharedPtr<XmlWriter> &xw) override

Arguments

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

See Also