InfoBarActionItemEventArgs.ActionItem Property
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.
Gets the action item the event refers to.
public:
property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ ActionItem { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ get(); };
public:
property Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ ActionItem { Microsoft::VisualStudio::Shell::Interop::IVsInfoBarActionItem ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem ActionItem { get; }
member this.ActionItem : Microsoft.VisualStudio.Shell.Interop.IVsInfoBarActionItem
Public ReadOnly Property ActionItem As IVsInfoBarActionItem
Property Value
Gets the action item the event refers to.