SettingsStore::PropertyExists Method (String^, String^)
Visual Studio 2015
Checks the existance of the property passed in to this method.
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.
Show: