InfoBarHostControl.IVsInfoBarUIEvents.OnActionItemClicked 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
单击信息栏的操作项时引发。
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
参数
- infoBarUIElement
- IVsInfoBarUIElement
InfoBarUI 元素。
- item
- IVsInfoBarActionItem
操作项