DefaultTextViewOptions.DisplayUrlsAsHyperlinksId Field

Determines whether URLs should be displayed as hyperlinks.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
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 Security

See Also

Reference

DefaultTextViewOptions Class

Microsoft.VisualStudio.Text.Editor Namespace