FeedClockVectorElement 类

表示包含 FeedSync 信息的时钟向量元素。此类不能继承。

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

语法

声明
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="feedClockVectorElement")> _
Public NotInheritable Class FeedClockVectorElement
    Implements IClockVectorElement, IXmlSerializable
用法
Dim instance As FeedClockVectorElement
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVectorElement")] 
public sealed class FeedClockVectorElement : IClockVectorElement, IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"feedClockVectorElement")] 
public ref class FeedClockVectorElement sealed : IClockVectorElement, IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVectorElement") */ 
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVectorElement") 
public final class FeedClockVectorElement implements IClockVectorElement, IXmlSerializable

备注

IXmlSerializable 的成员是显式实现的。访问这些成员的代码必须首先使用转换运算符或 as 关键字将 FeedClockVectorElement 对象转换为 IXmlSerializable 接口。

继承层次结构

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVectorElement

线程安全

此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。

请参阅

参考

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