PropertyCollection::ContainsProperty Method (Object^)

 

Determines whether the property collection contains a property for the specified key.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

public:
bool ContainsProperty(
	Object^ key
)

Parameters

key
Type: System::Object^

The key.

Return Value

Type: System::Boolean

true if the property exists, otherwise false.

Return to top
Show: