ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Returnerar indexet för det angivna ProfileGroupSettings objektet.
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
Parametrar
- group
- ProfileGroupSettings
Ett ProfileGroupSettings objekt i samlingen.
Returer
Indexet för det angivna ProfileGroupSettings objektet eller -1 om det angivna ProfileGroupSettings objektet inte finns i samlingen.