IDifferenceBuffer::DifferenceOptions Property
Visual Studio 2015
Gets or sets the options used in differencing the two buffers. These options are used in calls to the IHierarchicalStringDifferenceService that performs the actual comparison.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property StringDifferenceOptions DifferenceOptions { StringDifferenceOptions get(); void set(StringDifferenceOptions value); }
Property Value
Type: Microsoft.VisualStudio.Text.Differencing::StringDifferenceOptionsThe options used in differencing the two buffers.
Show: