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 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
Um objeto ProfileGroupSettings na coleção.
Retornos
O índice do objeto ProfileGroupSettings especificado ou -1, se o objeto ProfileGroupSettings especificado não estiver contido na coleção.