DifferenceType 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.
The types of differences.
public enum class DifferenceType
public enum class DifferenceType
enum DifferenceType
public enum DifferenceType
type DifferenceType =
Public Enum DifferenceType
- Inheritance
-
DifferenceType
Fields
Name | Value | Description |
---|---|---|
Add | 0 | Lines were added, so the text is on the right-hand side |
Remove | 1 | Lines were removed, so the text is on the left-hand side |
Change | 2 | Lines were changed, so the text is on both sides |
Remarks
Differences are read from left to right, so that Add means that only the right span has text, Remove means that only the left span has text, and Change means that both the left and right spans have text.