次の方法で共有


InfoBarHostControl.IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) Method

Definition

Raised when the InfoBar is closed.

 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

Parameters

infoBarUIElement
IVsInfoBarUIElement

The InfoBar UI Element.

Implements

Applies to