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: Boolean
true if whitespace is to be ignored, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.