CheckedListBox.CheckedIndexCollection.IList.Contains(Object) メソッド

定義

指定したインデックスが CheckedListBox.CheckedIndexCollection内にあるかどうかを判断します。 このメンバーの説明については、 Contains(Object)を参照してください。

 virtual bool System.Collections.IList.Contains(System::Object ^ index) = System::Collections::IList::Contains;
bool IList.Contains(object index);
bool IList.Contains(object? index);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (index As Object) As Boolean Implements IList.Contains

パラメーター

index
Object

コレクション内で検索するインデックス。

返品

から指定されたインデックスがこのコレクション内の項目である場合は a0/&。それ以外の場合は。

実装

注釈

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

適用対象