ToolWindowPane.OnInfoBarClosed(IVsInfoBarUIElement, IVsInfoBar) Método

Definição

Chamado quando uma barra de informações adicionada por meio de AddInfoBar é fechada. Se esse método for substituído, a implementação base deverá ser chamada para gerar o evento InfoBarClosed.

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)

Parâmetros

infoBarUI
IVsInfoBarUIElement

O elemento de interface do usuário para a barra de informações que foi fechada.

infoBar
IVsInfoBar

O modelo de barra de informações para a barra de informações que foi fechada. Poderá ser NULL se um elemento de interface do usuário da barra de informações tiver sido adicionado sem ter um modelo conhecido.

Aplica-se a