IVsButtonBarManager Interface

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
Public method AddButtonBar Adds a set of combo Buttons to a code window.
Public method GetButtonBar Returns the Button bar associated with a code window.
Public method RemoveButtonBar Removes a Button bar from a code window.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace