SettingsScope Enumeration

 

This enumeration is used to specify the scope of the settings that is retrieved from the SettingsManager class.

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

public enum SettingsScope

Member nameDescription
Configuration

Denotes the installation specific configuration scope. This scope is read-only to the users.

Remote

UserSettings

Denotes the user-configurable user settings scope.

Return to top
Show: