Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts this object into its XML representation.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub WriteXml ( _
writer As XmlWriter _
)
'Usage
Dim instance As SyncKnowledge
Dim writer As XmlWriter
instance.WriteXml(writer)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void WriteXml (
XmlWriter writer
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual void WriteXml (
XmlWriter^ writer
) sealed
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
public final void WriteXml (
XmlWriter writer
)
EditorBrowsableAttribute(EditorBrowsableState.Never)
public final function WriteXml (
writer : XmlWriter
)
Parameters
- writer
The XML representation of the object is written to this XML writer stream.
See Also
Reference
SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace