IDifferenceBuffer::DifferenceOptions Property

 

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.

Namespace:   Microsoft.VisualStudio.Text.Differencing
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::StringDifferenceOptions

The options used in differencing the two buffers.

Return to top
Show: