DifferenceHighlightMode Enumeration
The highlight mode for this IDifferenceViewer.
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Public Enumeration DifferenceHighlightMode
'Usage
Dim instance As DifferenceHighlightMode
public enum DifferenceHighlightMode
public enum class DifferenceHighlightMode
type DifferenceHighlightMode
public enum DifferenceHighlightMode
Members
Member name | Description | |
---|---|---|
CodeContour | In this mode, line differences should be displayed only to the last character on each line. | |
WholeLine | In this mode, line differences should be displayed so that they take up the entire width of the viewport. |