ListView.ColumnHeaderCollection.IList.Contains(Object) Methode
Definition
Bestimmt, ob sich der angegebene Spaltenkopf in der Auflistung befindet.Determines whether the specified column header is located in the collection.
virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
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 den in der Auflistung zu suchenden Spaltenheader darstellt.An object that represents the column header to locate in the collection.
Gibt zurück
true
, wenn das Objekt ein Spaltenheader ist, der in der Auflistung enthalten ist, andernfalls false
.true
if the object is a column header that is contained in the collection; otherwise, false
.