IVsDropdownBarManager Interface

Manages drop-down bars in code windows.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("5CCB1170-6527-4D88-BE3E-198F0EF5538D")> _
Public Interface IVsDropdownBarManager
[InterfaceTypeAttribute()]
[GuidAttribute("5CCB1170-6527-4D88-BE3E-198F0EF5538D")]
public interface IVsDropdownBarManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"5CCB1170-6527-4D88-BE3E-198F0EF5538D")]
public interface class IVsDropdownBarManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("5CCB1170-6527-4D88-BE3E-198F0EF5538D")>]
type IVsDropdownBarManager =  interface end
public interface IVsDropdownBarManager

The IVsDropdownBarManager type exposes the following members.

Methods

  Name Description
Public method AddDropdownBar Adds a set of combo drop-downs to a code window.
Public method GetDropdownBar Returns the drop-down bar associated with the code window.
Public method RemoveDropdownBar Removes a drop-down bar from a code window.

Top

Remarks

IVsDropdownBarManager is used to create and destroy the drop-down bar for a given code window. IVsDropdownBarManager can also be used to determine whether a drop-down bar is already attached.

Notes to Implementers

You can obtain IVsDropdownBarManager from IVsCodeWindow.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace