IVsButtonBarClient Interface
The client for a button bar.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Déclaration
<GuidAttribute("B59AF843-E075-496E-A00D-E8EEB3C748EB")> _
<InterfaceTypeAttribute()> _
Public Interface IVsButtonBarClient
[GuidAttribute("B59AF843-E075-496E-A00D-E8EEB3C748EB")]
[InterfaceTypeAttribute()]
public interface IVsButtonBarClient
[GuidAttribute(L"B59AF843-E075-496E-A00D-E8EEB3C748EB")]
[InterfaceTypeAttribute()]
public interface class IVsButtonBarClient
[<GuidAttribute("B59AF843-E075-496E-A00D-E8EEB3C748EB")>]
[<InterfaceTypeAttribute()>]
type IVsButtonBarClient = interface end
public interface IVsButtonBarClient
The IVsButtonBarClient type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetButtonTipText | Returns the tooltip for a button | |
OnButtonPressed | Fired when a new button is pressed. | |
SetButtonBar | Called by the button bar to hook itself up to this client. |
Top