InfoBarHostControl.IVsInfoBarUIEvents.OnActionItemClicked Method
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.
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