ListBox.IntegerCollection.IList.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le taquet de tabulation à l'index spécifié.
property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
object? System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
Property Item(index As Integer) As Object Implements IList.Item
Paramètres
- index
- Int32
Index de base zéro qui spécifie le taquet de tabulation à obtenir.
Valeur de propriété
Taquet de tabulation stocké à l'emplacement spécifié dans ListBox.IntegerCollection.
Implémente
Exceptions
L'objet n'est pas un entier.
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ListBox.IntegerCollection est castée en interface IList.