Share via


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)

Syntax

'Declaration
Public Property IgnoreTrimWhiteSpace As Boolean
public bool IgnoreTrimWhiteSpace { get; set; }
public:
property bool IgnoreTrimWhiteSpace {
    bool get ();
    void set (bool value);
}
member IgnoreTrimWhiteSpace : bool with get, set
function get IgnoreTrimWhiteSpace () : boolean 
function set IgnoreTrimWhiteSpace (value : boolean)

Property Value

Type: System.Boolean
true if whitespace is to be ignored, otherwise false.

.NET Framework Security

See Also

Reference

StringDifferenceOptions Structure

Microsoft.VisualStudio.Text.Differencing Namespace