InfoBarActionItemEventArgs Constructor (IVsInfoBarUIElement^, IVsInfoBar^, IVsInfoBarActionItem^)
Visual Studio 2015
Initializes a new instance of InfoBarActionItemEventArgs.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public:
InfoBarActionItemEventArgs(
IVsInfoBarUIElement^ uiElement,
IVsInfoBar^ infoBar,
IVsInfoBarActionItem^ actionItem
)
Parameters
- uiElement
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBarUIElement^
The UIElement.
- infoBar
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBar^
The info bar.
- actionItem
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsInfoBarActionItem^
The action item.
Show: