ListView.ListViewItemCollection.IList.Contains(Object) Methode

Definitie

Bepaalt of het opgegeven item zich in de verzameling bevindt.

 virtual bool System.Collections.IList.Contains(System::Object ^ item) = System::Collections::IList::Contains;
bool IList.Contains(object item);
bool IList.Contains(object? item);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (item As Object) As Boolean Implements IList.Contains

Parameters

item
Object

Een object dat het item vertegenwoordigt dat in de verzameling moet worden gevonden.

Retouren

true als het opgegeven item zich in de verzameling bevindt; anders, false.

Implementeringen

Van toepassing op