InfoBarHostControl.RemoveInfoBar(IVsUIElement) Method

Definition

Remove an InfoBar UI element from this InfoBar host.

public:
 virtual void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ uiElement);
public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement ^ uiElement);
void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsUIElement const & uiElement);
public void RemoveInfoBar (Microsoft.VisualStudio.Shell.Interop.IVsUIElement uiElement);
abstract member RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsUIElement -> unit
override this.RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsUIElement -> unit
Public Sub RemoveInfoBar (uiElement As IVsUIElement)

Parameters

uiElement
IVsUIElement

An InfoBar UI element

Implements

RemoveInfoBar(IVsUIElement) Microsoft.Internal.VisualStudio.Shell.Interop.IVsInfoBarHostPrivate.RemoveInfoBar(Microsoft.VisualStudio.Shell.Interop.IVsUIElement)

Applies to