Share via


ListBox.IntegerCollection.IList.Item[Int32] Propriété

Définition

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é

Object

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.

S’applique à