InfoBarHostControl::IVsInfoBarUIEvents::OnActionItemClicked Method (IVsInfoBarUIElement^, IVsInfoBarActionItem^)
Visual Studio 2015
Raised when the InfoBar’s action item is clicked.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual void OnActionItemClicked( IVsInfoBarUIElement^ infoBarUIElement, IVsInfoBarActionItem^ item ) sealed = IVsInfoBarUIEvents::OnActionItemClicked
Parameters
- infoBarUIElement
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBarUIElement^
The InfoBarUI element.
- item
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBarActionItem^
action item
Show: