__VSSDKPROVIDERTAB Enum

Definition

Specifies the set of tabs to show. This is the set used in the Tabs property of IVsPlatformReferenceProviderContext.

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

Fields

TAB_SDK_ALL 3

Show both standard .NET Framework and extensions framework tabs.

TAB_SDK_EXTENSIONS 2

Show only the tabs that are part of the framework extensions.

TAB_SDK_PLATFORM 1

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

Applies to