ListView.ColumnHeaderCollection.IList.Contains(Object) Method

Definition

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

Parameters

value
Object

An object that represents the column header to locate in the collection.

Returns

true if the object is a column header that is contained in the collection; otherwise, false.

Implements

Applies to