ConsumerConnectionPointCollection.IndexOf(ConsumerConnectionPoint) 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 de l'objet ConsumerConnectionPoint spécifié dans la collection.
public:
int IndexOf(System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ connectionPoint);
public int IndexOf (System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint connectionPoint);
member this.IndexOf : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint -> int
Public Function IndexOf (connectionPoint As ConsumerConnectionPoint) As Integer
Paramètres
- connectionPoint
- ConsumerConnectionPoint
ConsumerConnectionPoint à rechercher.
Retours
Index de base zéro de la première occurrence de connectionPoint
dans l'objet ConsumerConnectionPointCollection en cours, s'il existe ; sinon, -1.
Remarques
Si l’élément de point de connexion du consommateur spécifié apparaît plusieurs fois dans la collection, l’index de la première occurrence est retourné.