ConfigurationElementCollection.BaseRemoveAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
移除位于指定索引位置的 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 的值不是 AddRemoveClearMap 或 AddRemoveClearMapAlternate。
注解
方法 BaseRemoveAt 将 <remove>
指令插入到位于指定索引位置的 元素的配置文件中。