Udostępnij za pośrednictwem


SyncIdFormat.System.Xml.Serialization.IXmlSerializable.ReadXml Method

Reconstitutes the object from its XML representation.

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

Syntax

'Declaration
Private Sub System.Xml.Serialization.IXmlSerializable.ReadXml ( _
    reader As XmlReader _
) Implements IXmlSerializable.ReadXml
'Usage
Dim instance As SyncIdFormat
Dim reader As XmlReader

CType(instance, IXmlSerializable).ReadXml(reader)
void IXmlSerializable.ReadXml (
    XmlReader reader
)
private:
virtual void System.Xml.Serialization.IXmlSerializable.ReadXml (
    XmlReader^ reader
) sealed = IXmlSerializable::ReadXml
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

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

Remarks

This method is explicitly implemented. Code that accesses this method must first cast SyncIdFormat to IXmlSerializable.

See Also

Reference

SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace