InfoBarActionItemEventArgs Constructor
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.
Initializes a new instance of InfoBarActionItemEventArgs.
public:
InfoBarActionItemEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ uiElement, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar, Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ actionItem);
public:
InfoBarActionItemEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement ^ uiElement, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ infoBar, Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ actionItem);
InfoBarActionItemEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsInfoBarUIElement const & uiElement, Microsoft::VisualStudio::Shell::Interop::IVsInfoBar const & infoBar, Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem const & actionItem);
public InfoBarActionItemEventArgs (Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement uiElement, Microsoft.VisualStudio.Shell.Interop.IVsInfoBar infoBar, Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem actionItem);
new Microsoft.VisualStudio.Shell.InfoBarActionItemEventArgs : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarUIElement * Microsoft.VisualStudio.Shell.Interop.IVsInfoBar * Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem -> Microsoft.VisualStudio.Shell.InfoBarActionItemEventArgs
Public Sub New (uiElement As IVsInfoBarUIElement, infoBar As IVsInfoBar, actionItem As IVsInfoBarActionItem)
Parameters
- uiElement
- IVsInfoBarUIElement
The UIElement.
- infoBar
- IVsInfoBar
The info bar.
- actionItem
- IVsInfoBarActionItem
The action item.