StringDifferenceOptions::DifferenceType Property

 

The type of string differencing to do, as a combination of line, word, and character differencing.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property StringDifferenceTypes DifferenceType {
	StringDifferenceTypes get();
	void set(StringDifferenceTypes value);
}
Return to top
Show: