The index of the specified ConfigurationElement.
Protected Function BaseIndexOf ( _ element As ConfigurationElement _ ) As Integer
Dim element As ConfigurationElement Dim returnValue As Integer returnValue = Me.BaseIndexOf(element)
protected int BaseIndexOf( ConfigurationElement element )
protected: int BaseIndexOf( ConfigurationElement^ element )
protected function BaseIndexOf( element : ConfigurationElement ) : int
The following code example shows how to call the BaseIndexOf method.
Public Function IndexOf( _ ByVal url As UrlConfigElement) As Integer Return BaseIndexOf(url) End Function 'IndexOf
public int IndexOf(UrlConfigElement url) { return BaseIndexOf(url); }
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98