ConfigurationElementCollection.BaseIndexOf(ConfigurationElement) Metoda

Definice

Označuje index zadaného ConfigurationElementobjektu .

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

Parametry

element
ConfigurationElement

Pro ConfigurationElement zadané umístění indexu.

Návraty

Index zadaného ConfigurationElement, jinak -1.

Příklady

Následující příklad kódu ukazuje, jak volat metodu BaseIndexOf .

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

Platí pro