SettingScope Enum

Definition

Describes the different setting scopes.

C++/CX
public enum class 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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022