Sdílet prostřednictvím


ConsumerConnectionPointCollection.IndexOf(ConsumerConnectionPoint) Metoda

Definice

Určuje index zadaného ConsumerConnectionPoint objektu v kolekci.

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

Parametry

connectionPoint
ConsumerConnectionPoint

Vyhledá ConsumerConnectionPoint se.

Návraty

Index od nuly prvního výskytu v rámci aktuálního ConsumerConnectionPointCollectionobjektu connectionPoint , pokud je nalezen; jinak hodnota -1.

Poznámky

Pokud se zadaná položka bodu připojení příjemce zobrazí v kolekci vícekrát, vrátí se index prvního výskytu.

Platí pro