ConfigurationElementCollection.BaseRemoveAt(Int32) 方法

定义

移除位于指定索引位置的 ConfigurationElement

protected:
 void BaseRemoveAt(int index);
protected public:
 void BaseRemoveAt(int index);
protected void BaseRemoveAt (int index);
protected internal void BaseRemoveAt (int index);
member this.BaseRemoveAt : int -> unit
Protected Sub BaseRemoveAt (index As Integer)
Protected Friend Sub BaseRemoveAt (index As Integer)

参数

index
Int32

要移除的 ConfigurationElement 的索引位置。

例外

配置是只读的。

- 或 -

index 小于 0 或大于集合中的 ConfigurationElement 对象数。

- 或 -

ConfigurationElement 对象已移除。

- 或 -

ConfigurationElement 对象的值已在更高级别锁定。

- 或 -

ConfigurationElement 对象被继承。

- 或 -

ConfigurationElement 对象的 Type 的值不是 AddRemoveClearMapAddRemoveClearMapAlternate

注解

方法 BaseRemoveAt<remove> 指令插入到位于指定索引位置的 元素的配置文件中。

适用于