IVsInfoBarHost::RemoveInfoBar Method (IVsUIElement^)

Visual Studio 2015
 

Removes an info bar from the info bar host

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

void RemoveInfoBar(
	IVsUIElement^ uiElement
)

Parameters

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

The info bar.

Return to top
Show: