IVsInfoBarHost.AddInfoBar(IVsUIElement) Methode

Definition

Fügt eine Info Leiste hinzu, die vom Informations Balken Host angezeigt werden soll. Info leisten werden in der Reihenfolge angezeigt, in der Sie dem Host hinzugefügt werden.

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)

Parameter

uiElement
IVsUIElement

Die hinzu zufügende Info Leiste.

Gilt für