DefaultTextViewHostOptions.LineNumberMarginId Field

Determines whether to have a line number margin.

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

Syntax

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

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace