IVsInfoBarHost Interface

Definition

A host control that knows how to lay out info bars. For IVsWindowFrame, a host can be accessed via VSFPROPID_InfoBarHost.

public interface class IVsInfoBarHost
public interface class IVsInfoBarHost
__interface IVsInfoBarHost
public interface IVsInfoBarHost
[System.Runtime.InteropServices.Guid("5580AE4B-C849-41F8-BC4C-FA7D8207F293")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarHost
type IVsInfoBarHost = interface
[<System.Runtime.InteropServices.Guid("5580AE4B-C849-41F8-BC4C-FA7D8207F293")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInfoBarHost = interface
Public Interface IVsInfoBarHost
Derived
Attributes

Methods

AddInfoBar(IVsUIElement)

Adds an info bar to be displayed by the info bar host. Info bars are displayed in the order in which they're added to the host.

RemoveInfoBar(IVsUIElement)

Removes an info bar from the info bar host

Applies to