IVsInfoBarActionItem Interface
Visual Studio 2015
Represents a clickable action span inside an IVsInfoBar, rendered by default as a hyperlink. Action items can have contextual data associated with them, and have a click callback on the IVsInfoBarUIEvents interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | ActionContext | Gets the user-provided context associated with the hyperlink. This contextual data can be used to identify the hyperlink when it's clicked. |
![]() | Bold | Determines whether the text is bold. |
![]() | IsButton | Determines whether this action item should be rendered as a button. By default, action items are rendered as a hyperlink. |
![]() | Italic | Determines whether the text is italic. |
![]() | Text | |
![]() | Underline | Determines whether the text is underlined. |
Show:
