__VSASSEMBLYPROVIDERTAB Enum

Definition

Specifies the set of tabs to show in the provider.

public enum class __VSASSEMBLYPROVIDERTAB
public enum class __VSASSEMBLYPROVIDERTAB
enum __VSASSEMBLYPROVIDERTAB
public enum __VSASSEMBLYPROVIDERTAB
type __VSASSEMBLYPROVIDERTAB = 
Public Enum __VSASSEMBLYPROVIDERTAB
Inheritance
__VSASSEMBLYPROVIDERTAB

Fields

TAB_ASSEMBLY_ALL 3

Show both standard .NET Framework and extensions framework tabs.

TAB_ASSEMBLY_EXTENSIONS 2

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 1

Show only the tabs that are part of the standard .NET Framework contents.

Applies to