共用方式為


DefaultTextViewOptions.DisplayUrlsAsHyperlinksId 欄位

判斷 URL 是否應顯示為超連結。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI (在 Microsoft.VisualStudio.Text.UI.dll 中)

語法

'宣告
Public Shared ReadOnly DisplayUrlsAsHyperlinksId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> DisplayUrlsAsHyperlinksId
public:
static initonly EditorOptionKey<bool> DisplayUrlsAsHyperlinksId
static val DisplayUrlsAsHyperlinksId: EditorOptionKey<bool>
public static final var DisplayUrlsAsHyperlinksId : EditorOptionKey<boolean>

.NET Framework 安全性

請參閱

參考

DefaultTextViewOptions 類別

Microsoft.VisualStudio.Text.Editor 命名空間