Sdílet prostřednictvím


ListView.CheckedIndexCollection.IList.Contains(Object) Metoda

Definice

Zkontroluje, jestli je index odpovídající šeku zaškrtnuté 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

Parametry

checkedIndex
Object

Index, který se má najít v souboru ListView.CheckedIndexCollection.

Návraty

Boolean

true je-li index nalezen v ; ListView.CheckedIndexCollectionv opačném případě false.

Implementuje

Platí pro