ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Método

Definição

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.

Aplica-se a

Confira também