Freigeben über


IVsDropdownBar2-Schnittstelle

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

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Syntax

'Declaration
<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

Der IVsDropdownBar2-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetComboEnabled Gets the current enabled status of a dropdown bar.
Öffentliche Methode SetComboEnabled Enables or disables a dropdown bar.

Zum Seitenanfang

Hinweise

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.

Siehe auch

Referenz

Microsoft.VisualStudio.TextManager.Interop-Namespace