ListViewGroupCollection::IList::Contains Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the specified value is located in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
An object that represents the ListViewGroup to locate in the collection.
Return Value
Type: System::Booleantrue if value is a ListViewGroup contained in the collection; otherwise, false.
Implements
IList::Contains(Object^)
.NET Framework
Available since 2.0
Available since 2.0
Show: