TabletDeviceCollection.Count Propriété

Définition

Obtient le nombre d'objets TabletDevice dans la collection.

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

Valeur de propriété

Nombre d'objets TabletDevice dans la collection.

Implémente

Exemples

L’exemple suivant illustre la Count propriété .

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

S’applique à