WriteTo()

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

Saves the node to the specified XmlWriter. This method has no effect on XmlNotation nodes.

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

Arguments

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

See Also