TabletDeviceCollection.Count プロパティ

定義

コレクション内の TabletDevice オブジェクト数を取得します。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

コレクションに含まれる TabletDevice オブジェクトの数です。

実装

Countプロパティの例を次に示します。

// Get the number of tablet devices
int numTabletDevices = myTabletDeviceCollection.Count;
'  Get the number of tablet devices
Dim numTabletDevices As Integer = myTabletDeviceCollection.Count

適用対象