ValueSet.Size 属性

定义

获取值集中包含的项数。

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = valueSet.size;
Public ReadOnly Property Size As UInteger

属性值

UInt32

unsigned int

uint32_t

值集中的项数。

实现

注解

此类中的某些功能仅限于特定的开发语言。 父主题 ValueSet 类指示哪些成员可以使用特定语言访问。

适用于