ToolWindowPane.RemoveInfoBar Methode

Definition

Überlädt

RemoveInfoBar(IVsInfoBar)

Entfernt eine Info Leiste aus diesem ToolWindowPane.

RemoveInfoBar(IVsUIElement)

Entfernt eine Info Leiste aus diesem ToolWindowPane.

RemoveInfoBar(IVsInfoBar)

Entfernt eine Info Leiste aus diesem ToolWindowPane.

public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
public:
 void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
void RemoveInfoBar(Microsoft::VisualStudio::Shell::Interop::IVsInfoBar const & infoBar);
public void RemoveInfoBar (Microsoft.VisualStudio.Shell.Interop.IVsInfoBar infoBar);
member this.RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsInfoBar -> unit
Public Sub RemoveInfoBar (infoBar As IVsInfoBar)

Parameter

infoBar
IVsInfoBar

Die Info Leiste, die aus dem Bereich entfernt werden soll. Diese Info Leiste muss mithilfe von addinfobar hinzugefügt worden sein.

Gilt für

RemoveInfoBar(IVsUIElement)

Entfernt eine Info Leiste aus diesem ToolWindowPane.

public:
 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);
member this.RemoveInfoBar : Microsoft.VisualStudio.Shell.Interop.IVsUIElement -> unit
Public Sub RemoveInfoBar (uiElement As IVsUIElement)

Parameter

uiElement
IVsUIElement

Das Benutzeroberflächen Element der Info Leiste, das aus dem Bereich entfernt werden soll.

Gilt für