ToolWindowPane::AddInfoBar Method (IVsInfoBar^)

Visual Studio 2015
 

Adds an info bar to this ToolWindowPane. The info bar will show at the top of the pane's frame when that frame is visible on screen.

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

public:
void AddInfoBar(
	IVsInfoBar^ infoBar
)

Parameters

infoBar
Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBar^

The info bar to add to the pane.

Return to top
Show: