InfoBarHyperlink Class
Represents a hyperlink inside an InfoBarModel's ActionItems collection.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.Shell.InfoBarTextSpan
Microsoft.VisualStudio.Shell.InfoBarActionItem
Microsoft.VisualStudio.Shell.InfoBarHyperlink
| Name | Description | |
|---|---|---|
![]() | InfoBarHyperlink(String, Object) | Initializes a new instance of InfoBarHyperlink. |
| Name | Description | |
|---|---|---|
![]() | ActionContext | (Inherited from InfoBarActionItem.) |
![]() | Bold | Determines whether or not the span of text should be bolded.(Inherited from InfoBarTextSpan.) |
![]() | IsButton | Determines whether the InfoBarHyperlink is a button.(Overrides InfoBarActionItem.IsButton.) |
![]() | Italic | Determines whether or not the span of text should be italicized.(Inherited from InfoBarTextSpan.) |
![]() | Text | Gets the text for the span.(Inherited from InfoBarTextSpan.) |
![]() | Underline | Determines whether or not the span of text should be underlined.(Inherited from InfoBarTextSpan.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


