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

定義

ListViewItem に対応するインデックスがチェックされているかどうかを確認します。

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

パラメーター

checkedIndex
Object

ListView.CheckedIndexCollection 内で検索するインデックス。

戻り値

インデックスが ListView.CheckedIndexCollection に存在する場合は true。それ以外の場合は false

実装

適用対象