SettingScope Enumeration
Visual Studio 2015
Describes the different setting scopes.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| Private | The setting is visible to this application only on this machine. | |
| RoamedAndShared | The setting is visible to all applications in the VS family on all machines where the user signs in to VS with the same ID. | |
| RoamedNotShared | The setting is visible to this application on all machines where the user signs in to VS with the same ID. |
Show: