__VsSettingsScope Enum
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
C++/CX
public enum class __VsSettingsScope
enum __VsSettingsScope
public enum __VsSettingsScope
type __VsSettingsScope =
Public Enum __VsSettingsScope
- Inheritance
-
__VsSettingsScope
Name | Value | Description |
---|---|---|
SettingsScope_Configuration | 1 | Read-only installation configuration scope. |
SettingsScope_UserSettings | 2 | User settings scope. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |