Share via


EditOptions.ComputeMinimalChange Property

Determines whether to compute the minimal change.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public ReadOnly Property ComputeMinimalChange As Boolean
public bool ComputeMinimalChange { get; }
public:
property bool ComputeMinimalChange {
    bool get ();
}
member ComputeMinimalChange : bool
function get ComputeMinimalChange () : boolean

Property Value

Type: System.Boolean
true if this edit computes minimal change using the differencing option StringDifferenceOptions, false otherwise.

.NET Framework Security

See Also

Reference

EditOptions Structure

Microsoft.VisualStudio.Text Namespace