ListView.CheckedIndexCollection.IList.Contains(Object) Metoda

Definicja

Sprawdza, czy indeks odpowiadający poleceniu ListViewItem jest sprawdzany.

 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

Indeks do zlokalizowania w obiekcie ListView.CheckedIndexCollection.

Zwraca

true jeśli indeks znajduje się w obiekcie ListView.CheckedIndexCollection; w przeciwnym razie false.

Implementuje

Dotyczy