ConfigurationElementCollection.BaseIndexOf(ConfigurationElement) Método

Definição

Indica o índice do ConfigurationElement especificado.

protected:
 int BaseIndexOf(System::Configuration::ConfigurationElement ^ element);
protected int BaseIndexOf (System.Configuration.ConfigurationElement element);
member this.BaseIndexOf : System.Configuration.ConfigurationElement -> int
Protected Function BaseIndexOf (element As ConfigurationElement) As Integer

Parâmetros

element
ConfigurationElement

O ConfigurationElement para o local do índice especificado.

Retornos

O índice do ConfigurationElement especificado, caso contrário, -1.

Exemplos

O exemplo de código a seguir mostra como chamar o BaseIndexOf método .

Public Function IndexOf(ByVal url As UrlConfigElement) As Integer
    Return BaseIndexOf(url)
End Function

Aplica-se a