Removes a ConfigurationElement from the collection.
Protected Friend Sub BaseRemove ( _ key As Object _ )
Dim key As Object Me.BaseRemove(key)
protected internal void BaseRemove( Object key )
protected public: void BaseRemove( Object^ key )
protected internal function BaseRemove( key : Object )
No ConfigurationElement with the specified key exists in the collection, the element has already been removed, or the element cannot be removed because the value of its Type is not AddRemoveClearMap.
The BaseRemove method inserts a <remove> directive into the configuration file for the ConfigurationElement with the specified key.
The following code example shows how to call the BaseRemove method.
Public Overloads Sub Remove( _ ByVal url As UrlConfigElement) If BaseIndexOf(url) >= 0 Then BaseRemove(url.Name) End If End Sub 'Remove
public void Remove(UrlConfigElement url) { if (BaseIndexOf(url) >= 0) BaseRemove(url.Name); }
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