StringDifferenceOptions::IgnoreTrimWhiteSpace Property

 

Gets or sets whether to ignore white space.

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

public:
property bool IgnoreTrimWhiteSpace {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if whitespace is to be ignored, otherwise false.

Return to top
Show: