StringDifferenceTypes Enum
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.
A bitwise combination of the enumeration values to use when computing differences with the various methods in IHierarchicalStringDifferenceService.
This enumeration supports a bitwise combination of its member values.
public enum class StringDifferenceTypes
public enum class StringDifferenceTypes
enum StringDifferenceTypes
[System.Flags]
public enum StringDifferenceTypes
[<System.Flags>]
type StringDifferenceTypes =
Public Enum StringDifferenceTypes
- Inheritance
-
StringDifferenceTypes
- Attributes
Fields
Character | 4 | Compute the character difference. |
Line | 1 | Compute the line difference. |
Word | 2 | Compute the word difference. |
Remarks
See the comments on IHierarchicalStringDifferenceService for an explanation of how differences are computed. Since computing differences can be slow with large data sets, you should not use the Character type unless the given text is relatively small.