ToolWindowPane.OnInfoBarClosed(IVsInfoBarUIElement, IVsInfoBar) Methode

Definition

Wird aufgerufen, wenn eine über addinfobar hinzugefügte Info Leiste geschlossen wird. Wenn diese Methode überschrieben wird, muss die Basis Implementierung aufgerufen werden, um das infobarclosed-Ereignis zu erhöhen.

protected:
 virtual void OnInfoBarClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ infoBarUI, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
protected:
 virtual void OnInfoBarClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ infoBarUI, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar);
 virtual void OnInfoBarClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement const & infoBarUI, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar const & infoBar);
protected virtual void OnInfoBarClosed (Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement infoBarUI, Microsoft.VisualStudio.Shell.Interop.IVsInfoBar infoBar);
abstract member OnInfoBarClosed : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement * Microsoft.VisualStudio.Shell.Interop.IVsInfoBar -> unit
override this.OnInfoBarClosed : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement * Microsoft.VisualStudio.Shell.Interop.IVsInfoBar -> unit
Protected Overridable Sub OnInfoBarClosed (infoBarUI As IVsInfoBarUIElement, infoBar As IVsInfoBar)

Parameter

infoBarUI
IVsInfoBarUIElement

Das Benutzeroberflächen Element für die Info Leiste, die geschlossen wurde.

infoBar
IVsInfoBar

Das Info leisten Modell für den geschlossenen Info Balken. Kann NULL sein, wenn ein Benutzeroberflächen Element der Info Leiste ohne ein bekanntes Modell hinzugefügt wurde.

Gilt für