CompositeCollection.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 dans cette collection où se trouve l'élément spécifié.
public:
virtual int IndexOf(System::Object ^ indexItem);
public int IndexOf (object indexItem);
abstract member IndexOf : obj -> int
override this.IndexOf : obj -> int
Public Function IndexOf (indexItem As Object) As Integer
Paramètres
- indexItem
- Object
Élément pour lequel récupérer l'index.
Retours
Si l'élément figure dans la collection, index de base zéro de la collection où se trouve l'élément spécifié ; sinon, -1
.