IVsInfoBarHost Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |