ListView.CheckedIndexCollection.IList.Contains(Object) Metod

Definition

Kontrollerar om indexet som motsvarar ListViewItem är markerat.

 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

Parametrar

checkedIndex
Object

Ett index som ska hittas ListView.CheckedIndexCollectioni .

Returer

true om indexet hittas i ListView.CheckedIndexCollection, annars , false.

Implementeringar

Gäller för