StringDifferenceOptions Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | ContinueProcessingPredicate | An optional predicate that allows clients to cancel differencing before it has completely finished. |
![]() | DetermineLocalityCallback | Obsolete.An optional callback to override the locality for a specific round of differencing. |
![]() | DifferenceType | The type of string differencing to do, as a combination of line, word, and character differencing. |
![]() | IgnoreTrimWhiteSpace | Gets or sets whether to ignore white space. |
![]() | Locality | Obsolete.The greatest distance a differencing element (line, span, or character) can move and still be considered part of the same source. |
![]() | WordSplitBehavior | The behavior to use when splitting words, if word differencing is requested by the DifferenceType. |
Show:
