CursorButtons.Count, propriété
Mise à jour : November 2007
Obtient le nombre d'objets CursorButton contenus dans la collection CursorButtons.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Count As Integer
'Utilisation
Dim instance As CursorButtons
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
Valeur de propriété
Type : System.Int32
Nombre d'objets CursorButton contenus dans la collection CursorButtons.
Implémentations
Exemples
Cet exemple C# recherche le nombre d'objets CursorButton pour la collection CursorButtons, theCursorButtons, d'un Cursor, theCursor.
CursorButtons theCursorButtons = theCursor.Buttons;
int theCount = theCursorButtons.Count;
Cet exemple Microsoft® Visual Basic® .NET recherche le nombre d'objets CursorButton pour la collection CursorButtons, theCursorButtons, d'un Cursor, theCursor.
Dim theCursorButtons As CursorButtons = theCursor.Buttons
Dim theCount As Integer = theCursorButtons.Count
Plateformes
Windows Vista
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Informations de version
.NET Framework
Pris en charge dans : 3.0