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

Definición

Comprueba si el índice correspondiente a ListViewItem está activado.

 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

Parámetros

checkedIndex
Object

Un índice que se va a buscar en la colección ListView.CheckedIndexCollection.

Devoluciones

Es true si el índice se encuentra en la colección ListView.CheckedIndexCollection; de lo contrario, es false.

Implementaciones

Se aplica a