Removes the ConfigurationElement at the specified index location.
Protected Friend Sub BaseRemoveAt ( _ index As Integer _ )
Dim index As Integer Me.BaseRemoveAt(index)
protected internal void BaseRemoveAt( int index )
protected public: void BaseRemoveAt( int index )
protected internal function BaseRemoveAt( index : int )
The configuration is read-only.
- or -
index is less than 0 or greater than the number of ConfigurationElement objects in the collection.
The ConfigurationElement object has already been removed.
The value of the ConfigurationElement object has been locked at a higher level.
The ConfigurationElement object was inherited.
The value of the ConfigurationElement object's Type is not AddRemoveClearMap or AddRemoveClearMapAlternate.
The BaseRemoveAt method inserts a <remove> directive into the configuration file for the element at the specified index location.
The following code example shows how to call the BaseRemoveAt method.
Public Sub RemoveAt(ByVal index As Integer) BaseRemoveAt(index) End Sub 'RemoveAt
public void RemoveAt(int index) { BaseRemoveAt(index); }
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