EnclosingScopes Enumeration
Visual Studio 2015
Enumeration returned as a result of a querying call to GetPropertyScope or GetCollectionScope methods of the SettingsManager class to learn the enclosing scopes of the provided property or collection.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| Configuration | Configuration scope contains the property or the collection. | |
| None | None of the scopes contains the property or the collection. | |
| Remote | ||
| UserSettings | User Settings scope contains the property or the collection. |
This is a flags enumeration meaning that it is possible that more than one enumeration flag could be set for the corresponding scopes.
Show: