IVsInfoBarHost Interface

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[GuidAttribute("5580AE4B-C849-41F8-BC4C-FA7D8207F293")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarHost

NameDescription
System_CAPS_pubmethodAddInfoBar(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.

System_CAPS_pubmethodRemoveInfoBar(IVsUIElement)

Removes an info bar from the info bar host

Return to top
Show: