InfoBarHostControl::RemoveInfoBar Method (IVsUIElement^)

Visual Studio 2015
 

Remove an InfoBar UI element from this InfoBar host.

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

public:
virtual void RemoveInfoBar(
	IVsUIElement^ uiElement
) sealed

Parameters

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

An InfoBar UI element.

Return to top
Show: