SyncKnowledge.WriteXml Method

Converts this object into its XML representation.

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

Syntax

'Declaration
Public Sub WriteXml ( _
    writer As XmlWriter _
)
'Usage
Dim instance As SyncKnowledge
Dim writer As XmlWriter

instance.WriteXml(writer)
public void WriteXml(
    XmlWriter writer
)
public:
virtual void WriteXml(
    XmlWriter^ writer
) sealed
abstract WriteXml : 
        writer:XmlWriter -> unit 
override WriteXml : 
        writer:XmlWriter -> unit 
public final function WriteXml(
    writer : XmlWriter
)

Parameters

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

Implements

IXmlSerializable.WriteXml(XmlWriter)

Exceptions

Exception Condition
ArgumentNullException

writer is a null reference (Nothing in Visual Basic).

See Also

Reference

SyncKnowledge Class

Microsoft.Synchronization Namespace