__VsEnclosingScopes Enumeration

Contains values from a query of one or more enclosed scopes. More than one of these values may be returned.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Public Enumeration __VsEnclosingScopes
public enum __VsEnclosingScopes
public enum class __VsEnclosingScopes
type __VsEnclosingScopes
public enum __VsEnclosingScopes

Members

Member name Description
EnclosingScopes_None No scope.
EnclosingScopes_Configuration Installation configuration scope.
EnclosingScopes_UserSettings User settings scope.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace