ListView.CheckedIndexCollection.IList.Contains(Object) Méthode

Définition

Vérifie si l'index correspondant au ListViewItem est contrôlé.

 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

Paramètres

checkedIndex
Object

Index à trouver dans ListView.CheckedIndexCollection.

Retours

Boolean

true si l'index se trouve dans ListView.CheckedIndexCollection ; sinon, false.

Implémente

S’applique à