ExternalSettingsManager::GetCollectionScopes Method (String^)
Visual Studio 2015
Outputs the scopes that contain the given collection.
Assembly: Microsoft.VisualStudio.Settings.14.0 (in Microsoft.VisualStudio.Settings.14.0.dll)
public: [EnvironmentPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] virtual EnclosingScopes GetCollectionScopes( String^ collectionPath ) override sealed
Parameters
- collectionPath
-
Type:
System::String^
The path of the collection to be searched.
If more than one scope contains the collection, the corresponding bit flags of those scopes are set.
Show: