FeedClockVectorElement::IXmlSerializable::ReadXml Method

Reconstitutes the object from its XML representation.

Namespace:  Microsoft.Synchronization.FeedSync
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

reader is invalid and cannot be read.

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

Show: