EditOptions.DifferenceOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The differencing options for this edit, if ComputeMinimalChange is true.
public:
property Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions DifferenceOptions { Microsoft::VisualStudio::Text::Differencing::StringDifferenceOptions get(); };
public Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions DifferenceOptions { get; }
public Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions DifferenceOptions { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.DifferenceOptions : Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.DifferenceOptions : Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptions
Public ReadOnly Property DifferenceOptions As StringDifferenceOptions
Property Value
- Attributes
Remarks
IgnoreTrimWhiteSpace will be ignored.