ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Método
Definição
Retorna o índice do objeto ProfileGroupSettings especificado.Returns the index of the specified ProfileGroupSettings object.
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.A ProfileGroupSettings object in the collection.
Retornos
O índice do objeto ProfileGroupSettings especificado ou -1, se o objeto ProfileGroupSettings especificado não estiver contido na coleção.The index of the specified ProfileGroupSettings object, or -1 if the specified ProfileGroupSettings object is not contained in the collection.