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 名前空間