IgnoreWhiteSpaceBehavior Enumeration

 

Determines how to treat whitespace.

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

public enum IgnoreWhiteSpaceBehavior

Member nameDescription
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.

Return to top
Show: