IgnoreWhiteSpaceBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how to treat whitespace.
public enum class IgnoreWhiteSpaceBehavior
public enum class IgnoreWhiteSpaceBehavior
enum IgnoreWhiteSpaceBehavior
public enum IgnoreWhiteSpaceBehavior
type IgnoreWhiteSpaceBehavior =
Public Enum IgnoreWhiteSpaceBehavior
- Inheritance
-
IgnoreWhiteSpaceBehavior
Fields
Name | Value | Description |
---|---|---|
None | 0 | Don't ignore whitespace. |
IgnoreTrimWhiteSpace | 1 | Ignore whitespace at the start and end of lines when performing line-level differencing. |
IgnoreAllWhiteSpace | 2 | Ignore all whitespace when performing line-level differencing. |