PropertyDescriptorCollection::Contains Method (PropertyDescriptor^)
.NET Framework (current version)
Returns whether the collection contains the given PropertyDescriptor.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.ComponentModel::PropertyDescriptor^
The PropertyDescriptor to find in the collection.
Return Value
Type: System::Booleantrue if the collection contains the given PropertyDescriptor; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: