SyncIdFormat::IXmlSerializable::WriteXml Method

Converts this object into its XML representation.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

private:
virtual void WriteXml(
	XmlWriter^ writer
) sealed = IXmlSerializable::WriteXml

Parameters

writer
Type: System.Xml::XmlWriter
The XML representation of the object is written to this XML writer stream.

Implements

IXmlSerializable::WriteXml(XmlWriter)

ExceptionCondition
ArgumentNullException

writer is a nullptr.

This method is explicitly implemented. Code that accesses this method must first cast SyncIdFormat to IXmlSerializable.

Show: