__VsSettingsScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The scope of the settings to retrieve from the IVsSettingsManager.
public enum class __VsSettingsScope
public enum class __VsSettingsScope
enum __VsSettingsScope
public enum __VsSettingsScope
type __VsSettingsScope =
Public Enum __VsSettingsScope
- Inheritance
-
__VsSettingsScope
Fields
Name | Value | Description |
---|---|---|
SettingsScope_Configuration | 1 | Read-only installation configuration scope. |
SettingsScope_UserSettings | 2 | User settings scope. |