Sdílet prostřednictvím


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Metoda

Definice

Vrátí index zadaného ProfileGroupSettings objektu.

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

Objekt ProfileGroupSettings v kolekci.

Návraty

Int32

Index zadaného ProfileGroupSettings objektu nebo -1, pokud zadaný ProfileGroupSettings objekt není obsažen v kolekci.

Platí pro

Viz také