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 のインデックス位置。

例外

構成は読み取り専用です。

- または -

index0 未満か、コレクションに含まれる ConfigurationElement オブジェクト数を上回っています。

- または -

ConfigurationElement オブジェクトは既に削除されています。

- または -

ConfigurationElement オブジェクト値はより高度なレベルでロックされました。

- または -

ConfigurationElement オブジェクトが継承されました。

- または -

ConfigurationElement オブジェクトの Type は、AddRemoveClearMap、または AddRemoveClearMapAlternate ではありません。

注釈

メソッドは BaseRemoveAt<remove> 指定したインデックス位置にある 要素の構成ファイルに ディレクティブを挿入します。

適用対象