ClockVectorElement 类

表示知识结构的时钟向量元素。此类不能继承。

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

语法

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

备注

时钟向量的时钟向量元素表示包含在知识结构中的变更。如果变更的滴答计数介于 0 和对特定副本进行跟踪的 ClockVectorElement 对象中所包含的滴答计数之间,则该副本进行的变更定义为包含在该知识中。

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

继承层次结构

System.Object
  Microsoft.Synchronization.ClockVectorElement

线程安全

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

请参阅

参考

ClockVectorElement 成员
Microsoft.Synchronization 命名空间