IVsInfoBarUIEvents::OnActionItemClicked Method (IVsInfoBarUIElement^, IVsInfoBarActionItem^)
Visual Studio 2015
Handles the event raised when an action item on an info bar is clicked.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
void OnActionItemClicked(
IVsInfoBarUIElement^ infoBarUIElement,
IVsInfoBarActionItem^ actionItem
)
Parameters
- infoBarUIElement
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBarUIElement^
The info bar.
- actionItem
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBarActionItem^
The action item.
Show: