__VSASSEMBLYPROVIDERTAB Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
TAB_ASSEMBLY_FRAMEWORK | 1 | Show only the tabs that are part of the standard .NET Framework contents. |
TAB_ASSEMBLY_EXTENSIONS | 2 | Show only the tabs that are part of the framework extensions. These extensions go in |
TAB_ASSEMBLY_ALL | 3 | Show both standard .NET Framework and extensions framework tabs. |