Partilhar via


ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Método

Definição

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

Int32

O índice do objeto ProfilePropertySettings especificado ou -1, se o objeto não for encontrado na coleção.

Aplica-se a

Confira também