Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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). |