IVsButtonBarManager Interface

Definition

Manages a set of buttons in a code window.

public interface class IVsButtonBarManager
public interface class IVsButtonBarManager
__interface IVsButtonBarManager
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsButtonBarManager
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsButtonBarManager
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsButtonBarManager = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B4D5B0A3-1945-4F5F-B5E1-4ADD352E78C1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsButtonBarManager = interface
Public Interface IVsButtonBarManager
Attributes

Methods

AddButtonBar(Int32, IntPtr, IVsButtonBarClient)

Adds a set of combo buttons to a code window.

GetButtonBar(IVsButtonBar)

Returns the button bar associated with a code window.

RemoveButtonBar()

Removes a button bar from a code window.

Applies to