EnclosingScopes Enum

Definition

This enumeration is returned as a result of a querying call to GetPropertyScope or GetCollectionScope methods of the SettingsManager class to learn the enclosing scopes of the provided property or collection. This is a flags enumeration meaning that it is possible that more than one enumeration flag could be set for the corresponding scopes.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class EnclosingScopes
Inheritance
EnclosingScopes
Attributes

Fields

Name Value Description
None 0

None of the scopes contains the property or the collection.

Configuration 1

Configuration scope contains the property or the collection.

UserSettings 2

User Settings scope contains the property or the collection.

Remote 4

Remote scope contains the property or the collection.

Remarks

This is a flags enumeration meaning that it is possible that more than one enumeration flag could be set for the corresponding scopes.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022