SettingScope Enumeration

Visual Studio 2015
 

Describes the different setting scopes.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum SettingScope

Member nameDescription
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.

Return to top
Show: