ToolWindowPane::AddInfoBar Method (IVsUIElement^)

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(
	IVsUIElement^ uiElement
)

Parameters

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

The UI element representing the info bar.

Return to top
Show: