다음을 통해 공유


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

‘선언
Public Enumeration VSTBXTABVIEW
‘사용 방법
Dim instance As 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