InfoBarHostControl.IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) 方法

定义

当信息栏关闭时引发。

 virtual void Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIEvents.OnClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ infoBarUIElement) = Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIEvents::OnClosed;
 virtual void Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIEvents.OnClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ infoBarUIElement) = Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIEvents::OnClosed;
void Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIEvents.OnClosed(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement const & infoBarUIElement);
void IVsInfoBarUIEvents.OnClosed (Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement infoBarUIElement);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIEvents.OnClosed : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIEvents.OnClosed : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement -> unit
Sub OnClosed (infoBarUIElement As IVsInfoBarUIElement) Implements IVsInfoBarUIEvents.OnClosed

参数

infoBarUIElement
IVsInfoBarUIElement

信息栏 UI 元素。

实现

适用于