__VSSDKPROVIDERTAB Enumeration
Specifies the set of tabs to show. This is the set used in the Tabs property of IVsPlatformReferenceProviderContext.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSSDKPROVIDERTAB
public enum __VSSDKPROVIDERTAB
public enum class __VSSDKPROVIDERTAB
type __VSSDKPROVIDERTAB
public enum __VSSDKPROVIDERTAB
Members
Member name | Description | |
---|---|---|
TAB_SDK_ALL | Show both standard .NET Framework and extensions framework tabs. | |
TAB_SDK_EXTENSIONS | Show only the tabs that are part of the framework extensions. | |
TAB_SDK_PLATFORM | Show only the tabs that are part of the standard .NET Framework contents. |