InfoBarHostControl.IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当信息栏关闭时引发。
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 元素。