SettingScope Enum

Definition

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

Private 0

The setting is only visible to this application on this machine.

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.

RoamedNotShared 1

The setting is visible to this application on all machines where the user signs in to VS with the same ID.

Applies to