DifferenceHighlightMode Enum

Definition

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

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.

Applies to