SyncKnowledge::WriteXml Method

Converts this object into its XML representation.

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

public:
virtual void WriteXml(
	XmlWriter^ writer
) sealed

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.

Show: