DesignerAutoFormatCollection.IList.RemoveAt(Int32) メソッド

定義

DesignerAutoFormatCollection オブジェクトが IList インターフェイスにキャストされた場合に、指定したインデックス位置の項目を削除します。

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

パラメーター

index
Int32

削除する項目のインデックス。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DesignerAutoFormatCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。

適用対象

こちらもご覧ください