ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) 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 określonego ProfileGroupSettings obiektu.
public:
int IndexOf(System::Web::Configuration::ProfileGroupSettings ^ group);
public int IndexOf (System.Web.Configuration.ProfileGroupSettings group);
member this.IndexOf : System.Web.Configuration.ProfileGroupSettings -> int
Public Function IndexOf (group As ProfileGroupSettings) As Integer
Parametry
- group
- ProfileGroupSettings
ProfileGroupSettings Obiekt w kolekcji.
Zwraca
Indeks określonego ProfileGroupSettings obiektu lub -1, jeśli określony ProfileGroupSettings obiekt nie jest zawarty w kolekcji.