SettingsScope Enumeration
Visual Studio 2015
This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| Configuration | Denotes the installation specific configuration scope. This scope is read-only to the users. | |
| Remote | ||
| UserSettings | Denotes the user-configurable user settings scope. |
Show: