Freigeben über


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Methode

Definition

Gibt den Index des angegebenen ProfileGroupSettings-Objekts zurück.

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

Parameter

group
ProfileGroupSettings

Ein ProfileGroupSettings-Objekt in der Auflistung.

Gibt zurück

Int32

Der Index des angegebenen ProfileGroupSettings-Objekts oder -1, wenn das angegebene ProfileGroupSettings-Objekt nicht in der Auflistung enthalten ist.

Gilt für

Siehe auch