StringDifferenceTypes Enumeration
Visual Studio 2012
A bitwise combination of the enumeration values to use when computing differences with the various methods in IHierarchicalStringDifferenceService.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Text.DifferencingAssembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
See the comments on IHierarchicalStringDifferenceService for an explanation of how differences are computed.
You should not use the Character type unless the given text is relatively small. Computing differences with large data sets can be very slow.