System::Xml::XmlAttribute::WriteContentTo method

XmlAttribute::WriteContentTo method

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

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

See Also