IVsInfoBarHost.AddInfoBar(IVsUIElement) Method

Definition

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.

public:
 void AddInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ uiElement);
public:
 void AddInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ uiElement);
void AddInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement const & uiElement);
public void AddInfoBar (Microsoft.VisualStudio.Shell.Interop.IVsUIElement uiElement);
abstract member AddInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsUIElement -> unit
Public Sub AddInfoBar (uiElement As IVsUIElement)

Parameters

uiElement
IVsUIElement

The info bar to add.

Applies to