InfoBarHostControl.IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.