FeedClockVectorElement.System.Xml.Serialization.IXmlSerializable.ReadXml Method
Reconstitutes the object from its XML representation.
Namespace: Microsoft.Synchronization.FeedSync
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 FeedClockVectorElement
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 FeedClockVectorElement to IXmlSerializable.
See Also
Reference
FeedClockVectorElement Class
FeedClockVectorElement Members
Microsoft.Synchronization.FeedSync Namespace