Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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