SettingScope 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.
Describes the different setting scopes.
public enum class SettingScope
public enum class SettingScope
enum SettingScope
public enum SettingScope
type SettingScope =
Public Enum SettingScope
- Inheritance
-
SettingScope
Fields
Name | Value | Description |
---|---|---|
Private | 0 | The setting is only visible to this application on this machine. |
RoamedNotShared | 1 | The setting is visible to this application on all machines where the user signs in to VS with the same ID. |
RoamedAndShared | 2 | 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. |