IVsInfoBarActionItem Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

NameDescription
System_CAPS_pubpropertyActionContext

Gets the user-provided context associated with the hyperlink. This contextual data can be used to identify the hyperlink when it's clicked.

System_CAPS_pubpropertyBold

Determines whether the text is bold.

System_CAPS_pubpropertyIsButton

Determines whether this action item should be rendered as a button. By default, action items are rendered as a hyperlink.

System_CAPS_pubpropertyItalic

Determines whether the text is italic.

System_CAPS_pubpropertyText

System_CAPS_pubpropertyUnderline

Determines whether the text is underlined.

Return to top
Show: