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