ToolWindowPane::RemoveInfoBar Method (IVsInfoBar^)

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(
	IVsInfoBar^ infoBar
)

Parameters

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

The info bar to remove from the pane. This info bar must have been added using AddInfoBar.

Return to top
Show: