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
傳回代表集合中項目數的整數值。