FeedClockVector 类

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

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

语法

声明
<DefaultMemberAttribute("Item")> _
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2009/04/sync/", ElementName:="feedClockVector")> _
Public NotInheritable Class FeedClockVector
    Implements IClockVector, IList(Of IClockVectorElement), _
    ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), _
    IEnumerable, IXmlSerializable
用法
Dim instance As FeedClockVector
[DefaultMemberAttribute("Item")] 
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVector")] 
public sealed class FeedClockVector : IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
[DefaultMemberAttribute(L"Item")] 
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2009/04/sync/", ElementName=L"feedClockVector")] 
public ref class FeedClockVector sealed : IClockVector, IList<IClockVectorElement^>, 
    ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>, IEnumerable, 
    IXmlSerializable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVector") */ 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable
DefaultMemberAttribute("Item") 
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2009/04/sync/", ElementName="feedClockVector") 
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>, 
    ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable, 
    IXmlSerializable

备注

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

继承层次结构

System.Object
  Microsoft.Synchronization.FeedSync.FeedClockVector

线程安全

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

请参阅

参考

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