TabletDeviceCollection.Count Vlastnost

Definice

Získá počet TabletDevice objektů v kolekci.

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

Hodnota vlastnosti

Počet TabletDevice objektů v kolekci.

Implementuje

Příklady

Následující příklad ukazuje Count vlastnost.

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

Platí pro