StringDifferenceOptions::DifferenceType Property
Visual Studio 2015
The type of string differencing to do, as a combination of line, word, and character differencing.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
public: property StringDifferenceTypes DifferenceType { StringDifferenceTypes get(); void set(StringDifferenceTypes value); }
Property Value
Type: Microsoft.VisualStudio.Text.Differencing::StringDifferenceTypes
Show: