Proprietà CustomStrokes.Count
Aggiornamento: novembre 2007
Ottiene il numero di oggetti Strokes contenuti nell'insieme CustomStrokes.
Spazio dei nomi: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Count As Integer
'Utilizzo
Dim instance As CustomStrokes
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 Strokes contenuti nell'insieme CustomStrokes.
Implementa
Esempi
In questo esempio di C# si ottiene il numero di oggetti Strokes all'interno dell'insieme CustomStrokes di un oggetto Ink, theInk.
CustomStrokes theCustomStrokes = theInk.CustomStrokes;
int theCount = theCustomStrokes.Count;
In questo esempio di Microsoft® Visual Basic® .NET viene individuato il numero di oggetti Strokes all'interno dell'insieme CustomStrokes di un oggetto Ink, theInk.
Dim theCustomStrokes As CustomStrokes = theInk.CustomStrokes
Dim theCount As Integer = theCustomStrokes.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