__VSASSEMBLYPROVIDERTAB Enumeration

Specifies the set of tabs to show in the provider.

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

Syntax

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

Members

Member name Description
TAB_ASSEMBLY_ALL Show both standard .NET Framework and extensions framework tabs.
TAB_ASSEMBLY_EXTENSIONS Show only the tabs that are part of the framework extensions. These extensions go in AssemblyFoldersEx-registered paths and comprise user extensions to the set of assemblies general available to all .NET applications on the machine.
TAB_ASSEMBLY_FRAMEWORK Show only the tabs that are part of the standard .NET Framework contents.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace