DesignerActionListCollection.IndexOf(DesignerActionList) 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.
Détermine l'index d'un élément spécifique de la collection.
public:
int IndexOf(System::ComponentModel::Design::DesignerActionList ^ value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList? value);
member this.IndexOf : System.ComponentModel.Design.DesignerActionList -> int
Public Function IndexOf (value As DesignerActionList) As Integer
Paramètres
- value
- DesignerActionList
DesignerActionList à rechercher dans la collection.
Retours
Index de value
s'il figure dans la liste interne ; sinon -1.
Remarques
En interne, la DesignerActionListCollection classe utilise un System.Collections.ArrayList pour contenir sa collection d’objets DesignerActionList .