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.

Возвращаемое значение

Boolean

Значение true, если индекс найден в коллекции ListView.CheckedIndexCollection, в противном случае — false.

Реализации

Применяется к