Compartilhar via


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Método

Definição

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

Int32

O índice do objeto ProfileGroupSettings especificado ou -1, se o objeto ProfileGroupSettings especificado não estiver contido na coleção.

Aplica-se a

Confira também