FilterKeyMap.Count 属性

获取映射中的筛选器数。

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

语法

声明
Public ReadOnly Property Count As UInteger
用法
Dim instance As FilterKeyMap
Dim value As UInteger

value = instance.Count
public uint Count { get; }
public:
property unsigned int Count {
    unsigned int get ();
}
/** @property */
public UInt32 get_Count ()
public function get Count () : uint

属性值

映射中的筛选器数。

请参阅

参考

FilterKeyMap 类
FilterKeyMap 成员
Microsoft.Synchronization 命名空间