InfoBarHostControl.AddInfoBar(IVsUIElement) Method

Definition

Add an InfoBar UI element to this InfoBar host.

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

Parameters

uiElement
IVsUIElement

InfoBar UI element

Implements

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

Applies to