InfoBarHyperlink 类

定义

表示 InfoBarModel 的 ActionItems 集合中的超链接。

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
继承

构造函数

InfoBarHyperlink(String, Object)

初始化 InfoBarHyperlink 的新实例。

属性

ActionContext (继承自 InfoBarActionItem)
Bold

确定文本跨距是否应为粗体。

(继承自 InfoBarTextSpan)
IsButton

确定 InfoBarHyperlink 是否为按钮。

Italic

确定文本跨距是否应倾斜。

(继承自 InfoBarTextSpan)
Text

获取范围的文本。

(继承自 InfoBarTextSpan)
Underline

确定文本跨距是否应带有下划线。

(继承自 InfoBarTextSpan)

适用于