DifferenceHighlightMode3 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 highlight mode for this IDifferenceViewer.
public enum class DifferenceHighlightMode3
public enum DifferenceHighlightMode3
type DifferenceHighlightMode3 =
Public Enum DifferenceHighlightMode3
- Inheritance
-
DifferenceHighlightMode3
Fields
Name | Value | Description |
---|---|---|
CodeContour | 0 | In this mode, line differences should be displayed only to the last character on each line. |
WholeLine | 1 | In this mode, line differences should be displayed so that they take up the entire width of the viewport. |
BlockOutline | 2 | In this mode, line and word differences are shown as outlined rectangles. |
BlockOutlineWithWordDiffs | 3 | In this mode, line differences are shown as outlined rectangles and word differences are shown as colored rectangles. |