WsiProfilesElementCollection.IndexOf(WsiProfilesElement) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca indeks od zera określony WsiProfilesElement w kolekcji.
public:
int IndexOf(System::Web::Services::Configuration::WsiProfilesElement ^ element);
public int IndexOf (System.Web.Services.Configuration.WsiProfilesElement element);
member this.IndexOf : System.Web.Services.Configuration.WsiProfilesElement -> int
Public Function IndexOf (element As WsiProfilesElement) As Integer
Parametry
- element
- WsiProfilesElement
Do WsiProfilesElement znalezienia w kolekcji.
Zwraca
Indeks od zera określonego lub WsiProfilesElement -1, jeśli element nie został znaleziony w kolekcji.