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

public enum __VSSDKPROVIDERTAB

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

Return to top
Show: