EnclosingScopes Enumeration

 

Enumeration 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.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

[FlagsAttribute]
public enum EnclosingScopes

Member nameDescription
Configuration

Configuration scope contains the property or the collection.

None

None of the scopes contains the property or the collection.

Remote

UserSettings

User Settings scope contains the property or the collection.

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

Return to top
Show: