ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Metoda

Definicja

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

Int32

Indeks określonego ProfileGroupSettings obiektu lub -1, jeśli określony ProfileGroupSettings obiekt nie jest zawarty w kolekcji.

Dotyczy

Zobacz też