FeedClockVectorElement.System.Xml.Serialization.IXmlSerializable.ReadXml 方法

将 XML 表示形式的对象重组。

命名空间: Microsoft.Synchronization.FeedSync
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Private Sub System.Xml.Serialization.IXmlSerializable.ReadXml ( _
    reader As XmlReader _
) Implements IXmlSerializable.ReadXml
用法
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.

参数

  • reader
    包含对象的 XML 表示形式的 XML 读取器流。

备注

此方法是显式实现的。访问此方法的代码必须首先将 FeedClockVectorElement 转换为 IXmlSerializable

请参阅

参考

FeedClockVectorElement 类
FeedClockVectorElement 成员
Microsoft.Synchronization.FeedSync 命名空间