InfoBarActionItemEventArgs Class
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.
Event arguments about an action on an IVsInfoBarUIElement.
public ref class InfoBarActionItemEventArgs : Microsoft::VisualStudio::Shell::InfoBarEventArgs
public class InfoBarActionItemEventArgs : Microsoft.VisualStudio.Shell.InfoBarEventArgs
type InfoBarActionItemEventArgs = class
inherit InfoBarEventArgs
Public Class InfoBarActionItemEventArgs
Inherits InfoBarEventArgs
- Inheritance
Constructors
InfoBarActionItemEventArgs(IVsInfoBarUIElement, IVsInfoBar, IVsInfoBarActionItem) |
Initializes a new instance of InfoBarActionItemEventArgs. |
Properties
ActionItem |
Gets the action item the event refers to. |
InfoBarModel |
Gets the info bar model associated with the event. This may be null. (Inherited from InfoBarEventArgs) |
InfoBarUIElement |
Gets the UIElement associated with the event. (Inherited from InfoBarEventArgs) |