FeedClockVector 类
表示包含 FeedSync 信息的时钟向量。此类不能继承。
命名空间: Microsoft.Synchronization.FeedSync
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)
语法
声明
<XmlRootAttribute(Namespace:="https://schemas.microsoft.com/2008/03/sync/", ElementName:="feedClockVector")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class FeedClockVector
Implements IClockVector, IList(Of IClockVectorElement), _
ICollection(Of IClockVectorElement), IEnumerable(Of IClockVectorElement), _
IEnumerable, IXmlSerializable
用法
Dim instance As FeedClockVector
[XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector")]
[DefaultMemberAttribute("Item")]
public sealed class FeedClockVector : IClockVector, IList<IClockVectorElement>,
ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable,
IXmlSerializable
[XmlRootAttribute(Namespace=L"https://schemas.microsoft.com/2008/03/sync/", ElementName=L"feedClockVector")]
[DefaultMemberAttribute(L"Item")]
public ref class FeedClockVector sealed : IClockVector, IList<IClockVectorElement^>,
ICollection<IClockVectorElement^>, IEnumerable<IClockVectorElement^>, IEnumerable,
IXmlSerializable
/** @attribute XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector") */
/** @attribute DefaultMemberAttribute("Item") */
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>,
ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable,
IXmlSerializable
XmlRootAttribute(Namespace="https://schemas.microsoft.com/2008/03/sync/", ElementName="feedClockVector")
DefaultMemberAttribute("Item")
public final class FeedClockVector implements IClockVector, IList<IClockVectorElement>,
ICollection<IClockVectorElement>, IEnumerable<IClockVectorElement>, IEnumerable,
IXmlSerializable
备注
IXmlSerializable 和 IEnumerable 的成员是显式实现的。访问这些成员的代码必须首先使用转换运算符或 as 关键字将 FeedClockVector 对象转换为 IXmlSerializable 或 IEnumerable 接口。
继承层次结构
System.Object
Microsoft.Synchronization.FeedSync.FeedClockVector
线程安全
此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。