CheckedListBox.CheckedIndexCollection.IList.RemoveAt(Int32) メソッド

定義

またはこのメンバーの説明については、 RemoveAt(Int32)を参照してください。

 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

削除する項目の 0 から始まるインデックス。

実装

例外

常にスローされます。

注釈

CheckedListBox.CheckedIndexCollection クラスを直接変更することはできません。 CheckedListBox.CheckedIndexCollectionから項目を削除するには、SetItemCheckedメソッドまたは SetItemCheckState メソッドを使用します。

適用対象