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
Parameter | Type | Description |
---|---|---|
writer | System::SharedPtr<System::Xml::XmlWriter> | The stream to which the XML representation of the current object is written |
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class IXmlSerializable
- Namespace System::Xml::Serialization
- Library Aspose.PDF for C++