Share via


DefaultTextViewHostOptions.ChangeTrackingName Field

The name of 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 Const ChangeTrackingName As String
public const string ChangeTrackingName
public:
literal String^ ChangeTrackingName
static val mutable ChangeTrackingName: string
public const var ChangeTrackingName : String

.NET Framework Security

See Also

Reference

DefaultTextViewHostOptions Class

Microsoft.VisualStudio.Text.Editor Namespace