ComponentDesigner::ShadowPropertyCollection::Contains Method (String^)

 

Indicates whether a property matching the specified name exists in the collection.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
bool Contains(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the property to check for in the collection.

Return Value

Type: System::Boolean

true if the property exists in the collection; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: