__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)

public enum __VSASSEMBLYPROVIDERTAB

Member nameDescription
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.

Return to top
Show: