CheckedListBox.CheckedIndexCollection.Contains(Int32) メソッド

定義

指定したインデックスがコレクション内にあるかどうかを判断します。

public:
 bool Contains(int index);
public bool Contains (int index);
member this.Contains : int -> bool
Public Function Contains (index As Integer) As Boolean

パラメーター

index
Int32

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

戻り値

CheckedListBox.ObjectCollection で指定されたインデックスがこのコレクションの項目である場合は true。それ以外の場合は false

注釈

このメソッドを使用して、コレクションの Items インデックスがコレクション内 CheckedIndices にあるかどうかを判断できます。

適用対象