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
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("5CCB1170-6527-4D88-BE3E-198F0EF5538D")> _
Public Interface IVsDropdownBarManager
用法
Dim instance As 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
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.