IVsInfoBarHost.AddInfoBar(IVsUIElement) Método

Definição

Adiciona uma barra de informações a ser exibida pelo host da barra de informações. As barras de informações são exibidas na ordem em que são adicionadas ao host.

public:
 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
Public Sub AddInfoBar (uiElement As IVsUIElement)

Parâmetros

uiElement
IVsUIElement

A barra de informações a ser adicionada.

Aplica-se a