Share via


DefaultTextViewHostOptions.ErrorMarginWidthOptionId Field

The option that determines whether to have the change tracking margin. The change tracking margins "reset" (lose the change history) when this option is turned off. If it is turned back on, it will track changes from the time the margin is turned on.

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

Syntax

'Declaration
Public Shared ReadOnly ErrorMarginWidthOptionId As EditorOptionKey(Of Double)
public static readonly EditorOptionKey<double> ErrorMarginWidthOptionId
public:
static initonly EditorOptionKey<double> ErrorMarginWidthOptionId
static val ErrorMarginWidthOptionId: EditorOptionKey<float>
public static final var ErrorMarginWidthOptionId : EditorOptionKey<double>

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace