ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Index zadaného ProfileGroupSettings objektu nebo -1, pokud zadaný ProfileGroupSettings objekt není obsažen v kolekci.