SettingsManager::GetPropertyScopes Method (String^, String^)
Visual Studio 2015
Outputs the scopes that contain the given property.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual EnclosingScopes GetPropertyScopes( String^ collectionPath, String^ propertyName ) abstract
Parameters
- collectionPath
-
Type:
System::String^
The path of the collection of the property.
- propertyName
-
Type:
System::String^
The name of the property to be searched.
If more than one scope contains the property, the corresponding bit flags of those scopes are set.
Show: