InfoBarHyperlink 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.
Represents a hyperlink inside an InfoBarModel's ActionItems collection.
public ref class InfoBarHyperlink : Microsoft::VisualStudio::Shell::InfoBarActionItem
[Windows::Foundation::Metadata::WebHostHidden]
class InfoBarHyperlink : Microsoft::VisualStudio::Shell::InfoBarActionItem
public class InfoBarHyperlink : Microsoft.VisualStudio.Shell.InfoBarActionItem
type InfoBarHyperlink = class
inherit InfoBarActionItem
Public Class InfoBarHyperlink
Inherits InfoBarActionItem
- Inheritance
Constructors
InfoBarHyperlink(String, Object) |
Creates a new hyperlink with optional formatting options. |
Properties
ActionContext |
Gets the context associated with this action item, used to identify the action when it's invoked. (Inherited from InfoBarActionItem) |
Bold |
Gets whether or not the span of text should be bolded. (Inherited from InfoBarTextSpan) |
IsButton |
Determines whether the InfoBarHyperlink is a button. |
Italic |
Gets whether or not the span of text should be italicized. (Inherited from InfoBarTextSpan) |
Text |
Gets the text for the span. (Inherited from InfoBarTextSpan) |
Underline |
Gets whether or not the span of text should be underlined. (Inherited from InfoBarTextSpan) |