IVsButtonBarManager Interface
Manages a set of buttons in a code window.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")> _
Public Interface IVsButtonBarManager
[InterfaceTypeAttribute()]
[GuidAttribute("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")]
public interface IVsButtonBarManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")]
public interface class IVsButtonBarManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")>]
type IVsButtonBarManager = interface end
public interface IVsButtonBarManager
The IVsButtonBarManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddButtonBar | Adds a set of combo buttons to a code window. | |
GetButtonBar | Returns the button bar associated with a code window. | |
RemoveButtonBar | Removes a button bar from a code window. |
Top