DesignerActionListCollection::Contains Method (DesignerActionList^)
.NET Framework (current version)
Indicates whether the collection contains a specific value.
Assembly: System.Design (in System.Design.dll)
Parameters
- value
-
Type:
System.ComponentModel.Design::DesignerActionList^
The DesignerActionList to search for.
Return Value
Type: System::Booleantrue if the collection contains the specified value; otherwise, false.
A match is determined by value, not identity, comparison.
NamedPermissionSet
for full access to system resources. Demand values: LinkDemand, InheritanceDemand. Associated state:
.NET Framework
Available since 2.0
Available since 2.0
Show: