IVsDropdownBar2 接口

Provides control of the drop-down bar at the top of a code window.

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime(在 Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll 中)

语法

声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("BC766334-6E04-442C-92F1-F687ECF8F741")> _
Public Interface IVsDropdownBar2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("BC766334-6E04-442C-92F1-F687ECF8F741")]
public interface IVsDropdownBar2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"BC766334-6E04-442C-92F1-F687ECF8F741")]
public interface class IVsDropdownBar2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("BC766334-6E04-442C-92F1-F687ECF8F741")>]
type IVsDropdownBar2 =  interface end
public interface IVsDropdownBar2

IVsDropdownBar2 类型公开以下成员。

方法

  名称 说明
公共方法 GetComboEnabled Gets the current enabled status of a dropdown bar.
公共方法 SetComboEnabled Enables or disables a dropdown bar.

页首

备注

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间