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
'Dichiarazione
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.