SyncIdFormat::IXmlSerializable::ReadXml Method

Reconstitutes the object from its XML representation.

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

private:
virtual void ReadXml(
	XmlReader^ reader
) sealed = IXmlSerializable::ReadXml

Parameters

reader
Type: System.Xml::XmlReader
An XML reader stream that contains the XML representation of the object.

Implements

IXmlSerializable::ReadXml(XmlReader)

ExceptionCondition
XmlException

The length of reader could not be determined, or whether reader is variable-length could not be determined.

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

Show: