DefaultTextViewHostOptions.ChangeTrackingId Field

Definition

Determines whether to have the change tracking margin.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ChangeTrackingId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ChangeTrackingId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> ChangeTrackingId;
 staticval mutable ChangeTrackingId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly ChangeTrackingId As EditorOptionKey(Of Boolean) 

Field Value

Remarks

The change tracking margins will "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.

Applies to