다음을 통해 공유


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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 GetComboEnabled Gets the current enabled status of a dropdown bar.
Public 메서드 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 네임스페이스