ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o índice do objeto especificado ProfileGroupSettings .
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
Um ProfileGroupSettings objeto na coleção.
Retornos
O índice do objeto especificado ProfileGroupSettings ou -1 se o objeto especificado ProfileGroupSettings não estiver contido na coleção.