ToolWindowPane::RemoveInfoBar Method (IVsUIElement^)

Visual Studio 2015
 

Removes an info bar from this ToolWindowPane.

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

public:
void RemoveInfoBar(
	IVsUIElement^ uiElement
)

Parameters

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

The info bar UI element to remove from the pane.

Return to top
Show: