SyncKnowledge.ReadXml Method

Reconstitutes the object from its XML representation.

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

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub ReadXml ( _
    reader As XmlReader _
)
'Usage
Dim instance As SyncKnowledge
Dim reader As XmlReader

instance.ReadXml(reader)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public void ReadXml (
    XmlReader reader
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
virtual void ReadXml (
    XmlReader^ reader
) sealed
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
public final void ReadXml (
    XmlReader reader
)
EditorBrowsableAttribute(EditorBrowsableState.Never) 
public final function ReadXml (
    reader : XmlReader
)

Parameters

  • reader
    An XML reader stream that contains the XML representation of the object.

See Also

Reference

SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace