ListView.CheckedIndexCollection.IList.IndexOf(Object) Méthode
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.
Retourne l'index de l'objet spécifié dans ListView.CheckedIndexCollection.
virtual int System.Collections.IList.IndexOf(System::Object ^ checkedIndex) = System::Collections::IList::IndexOf;
int IList.IndexOf (object checkedIndex);
int IList.IndexOf (object? checkedIndex);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (checkedIndex As Object) As Integer Implements IList.IndexOf
Paramètres
- checkedIndex
- Object
Index de base zéro de ListView.ListViewItemCollection à localiser dans la collection.
Retours
Index de base zéro dans la collection dans laquelle se trouve l'index spécifié de ListView.ListViewItemCollection s'il est situé dans ListView.CheckedIndexCollection ; sinon, -1.