Share via


IgnoreWhiteSpaceBehavior Enumeration

Determines how to treat whitespace.

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

Syntax

'Declaration
Public Enumeration IgnoreWhiteSpaceBehavior
public enum IgnoreWhiteSpaceBehavior
public enum class IgnoreWhiteSpaceBehavior
type IgnoreWhiteSpaceBehavior
public enum IgnoreWhiteSpaceBehavior

Members

Member name Description
IgnoreAllWhiteSpace Ignore all whitespace when performing line-level differencing.
IgnoreTrimWhiteSpace Ignore whitespace at the start and end of lines when performing line-level differencing. This is equivalent to IgnoreTrimWhiteSpace.
None Don't ignore whitespace.

See Also

Reference

Microsoft.VisualStudio.Text.Differencing Namespace