Compartir a través de


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Método

Definición

Devuelve el índice del objeto ProfileGroupSettings especificado.

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

Parámetros

group
ProfileGroupSettings

Objeto ProfileGroupSettings de la colección.

Devoluciones

Int32

Índice del objeto ProfileGroupSettings especificado o -1 si el objeto ProfileGroupSettings especificado no está incluido en la colección.

Se aplica a

Consulte también