ListView.CheckedIndexCollection.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 un objet figurant dans ListView.CheckedIndexCollection.
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 de l'élément à obtenir ou à définir.
Valeur de propriété
Valeur de l'objet de ListView.ListViewItemCollection qui est stockée à l'emplacement spécifié.