ListView::ListViewItemCollection::IList::Contains Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether the specified item is in the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual bool Contains(
	Object^ item
) sealed = IList::Contains

Parameters

item
Type: System::Object^

An object that represents the item to locate in the collection.

Return Value

Type: System::Boolean

true if the specified item is located in the collection; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: