ToolWindowPane.OnInfoBarClosed(IVsInfoBarUIElement, IVsInfoBar) Yöntem

Tanım

Addbilgi çubuğu aracılığıyla eklenen bir bilgi çubuğu kapatıldığında çağırılır. Bu yöntem geçersiz kılınırsa, ınfobarclosed olayını yükseltmek için temel uygulamanın çağrılması gerekir.

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)

Parametreler

infoBarUI
IVsInfoBarUIElement

Kapatılan bilgi çubuğu için Kullanıcı arabirimi öğesi.

infoBar
IVsInfoBar

Kapatılan bilgi çubuğu için bilgi çubuğu modeli. Bilinen bir modeli olmayan bir bilgi çubuğu kullanıcı arabirimi öğesi eklendiyse null olabilir.

Şunlara uygulanır