IVsInfoBarHost::AddInfoBar Method (IVsUIElement^)

Visual Studio 2015
 

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.

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

void AddInfoBar(
	IVsUIElement^ uiElement
)

Parameters

uiElement
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIElement^

The info bar to add.

Return to top
Show: