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

Definição

Verifica se o índice correspondente ao ListViewItem está marcado.

 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

Um índice a ser localizado na ListView.CheckedIndexCollection.

Retornos

true se o índice for encontrado no ListView.CheckedIndexCollection; caso contrário, false.

Implementações

Aplica-se a