FeedClockVector.Count 属性

获取包含在时钟向量中的元素数。

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

语法

声明
Public ReadOnly Property Count As Integer
用法
Dim instance As FeedClockVector
Dim value As Integer

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int

属性值

包含在时钟向量中的元素数。

请参阅

参考

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