ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) 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 ProfilePropertySettings especificado.
public:
int IndexOf(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public int IndexOf (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.IndexOf : System.Web.Configuration.ProfilePropertySettings -> int
Public Function IndexOf (propertySettings As ProfilePropertySettings) As Integer
Parâmetros
- propertySettings
- ProfilePropertySettings
Um objeto ProfilePropertySettings na coleção.
Retornos
O índice do objeto ProfilePropertySettings especificado ou -1, se o objeto não for encontrado na coleção.