VSTBXTABVIEW Enumeration

Specifies the type of view for a Toolbox tab.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration VSTBXTABVIEW
public enum VSTBXTABVIEW
public enum class VSTBXTABVIEW
type VSTBXTABVIEW
public enum VSTBXTABVIEW

Members

Member name Description
TBXTV_ListView Items on the Toolbox tab are shown in list view.
TBXTV_IconView Items on the Toolbox tab are shown in icon view.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace