ListView.CheckedIndexCollection.IList.Contains(Object) Metodo

Definizione

Verifica se l'indice corrispondente all'oggetto ListViewItem è selezionato.

 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

Parametri

checkedIndex
Object

Indice da individuare in ListView.CheckedIndexCollection.

Restituisce

true se l'indice viene individuato nella classe ListView.CheckedIndexCollection; in caso contrario, false.

Implementazioni

Si applica a