ListViewGroupCollection.IList.Contains(Object) Methode

Definition

Bestimmt, ob sich der angegebene Wert in der Auflistung befindet.

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

Parameter

value
Object

Ein Objekt, das das ListViewGroup zu suchende Objekt in der Auflistung darstellt.

Gibt zurück

true if value is a ListViewGroup contained in the collection; otherwise, false.

Implementiert

Gilt für: