DifferenceHighlightMode2 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 DifferenceHighlightMode2
public enum class DifferenceHighlightMode2
enum DifferenceHighlightMode2
public enum DifferenceHighlightMode2
type DifferenceHighlightMode2 =
Public Enum DifferenceHighlightMode2
- Inheritance
-
DifferenceHighlightMode2
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. |