Proprietà Tablets.Count
Aggiornamento: novembre 2007
Ottiene il numero di oggetti Tablet contenuti nell'insieme Tablets.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Count As Integer
'Utilizzo
Dim instance As Tablets
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count()
public final function get Count () : int
Valore proprietà
Tipo: System.Int32
Numero di oggetti Tablet contenuti nell'insieme Tablets.
Implementa
Esempi
In questo esempio si ottiene il numero di oggetti Tablet all'interno di un insieme Tablets, allTablets.
Dim allTablets As Tablets = New Tablets()
Dim theCount As Integer = allTablets.Count
Tablets allTablets = new Tablets();
int theCount = allTablets.Count;
Piattaforme
Windows Vista
.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.
Informazioni sulla versione
.NET Framework
Supportato in: 3.0