Share via


IVsaItems.Count 属性

获取指定集合的项数。

命名空间:  Microsoft.Vsa
程序集:  Microsoft.Vsa(在 Microsoft.Vsa.dll 中)

语法

声明
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

属性值

类型:Int32
返回表示集合中的项数的整数值。

请参阅

参考

IVsaItems 接口

Microsoft.Vsa 命名空间