SettingsStore::PropertyExists Method (String^, String^)

 

Checks the existance of the property passed in to this method.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual bool PropertyExists(
	String^ collectionPath,
	String^ propertyName
) abstract

Parameters

collectionPath
Type: System::String^

Path of the collection of the property.

propertyName
Type: System::String^

Name of the property.

Return Value

Type: System::Boolean

Returns true if the property exists and false otherwise.

Return to top
Show: