System::Xml::XmlProcessingInstruction::WriteContentTo method

XmlProcessingInstruction::WriteContentTo method

Saves all the children of the node to the specified XmlWriter. Because ProcessingInstruction nodes do not have children, this method has no effect.

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

See Also