DefaultTextViewHostOptions.ErrorMarginWidthOptionId Field

Definition

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.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<double> ErrorMarginWidthOptionId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<double> ErrorMarginWidthOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<double> ErrorMarginWidthOptionId;
 staticval mutable ErrorMarginWidthOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<double>
Public Shared ReadOnly ErrorMarginWidthOptionId As EditorOptionKey(Of Double) 

Field Value

Applies to