InfoBarHostControl.IVsInfoBarUIEvents.OnActionItemClicked Method

Definition

Raised when the InfoBar’s action item is clicked.

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

Parameters

infoBarUIElement
IVsInfoBarUIElement

The InfoBarUI element.

item
IVsInfoBarActionItem

action item

Implements

Applies to