System::Xml::Serialization::IXmlSerializable::WriteXml method

IXmlSerializable::WriteXml method

Serializes the current object to XML representation.

virtual void System::Xml::Serialization::IXmlSerializable::WriteXml(System::SharedPtr<System::Xml::XmlWriter> writer)=0
ParameterTypeDescription
writerSystem::SharedPtr<System::Xml::XmlWriter>The stream to which the XML representation of the current object is written

See Also