vsCommandBarType Enumeration

Represents the scope of the build.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("79946991-1AE2-4D2D-9768-FD7801BE7DAA")> _
Public Enumeration vsCommandBarType
[GuidAttribute("79946991-1AE2-4D2D-9768-FD7801BE7DAA")]
public enum vsCommandBarType
[GuidAttribute(L"79946991-1AE2-4D2D-9768-FD7801BE7DAA")]
public enum class vsCommandBarType
[<GuidAttribute("79946991-1AE2-4D2D-9768-FD7801BE7DAA")>]
type vsCommandBarType
public enum vsCommandBarType

Members

Member name Description
vsCommandBarTypeMenu A menu command bar
vsCommandBarTypePopup A popup command bar
vsCommandBarTypeToolbar A toolbar command bar

See Also

Reference

EnvDTE Namespace

Commands