DifferenceHighlightMode Enumeration

 

The highlight mode for this < IDifferenceViewer.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public enum DifferenceHighlightMode

Member nameDescription
CodeContour

Line differences should be displayed only to the last character on each line.

WholeLine

Line differences should be displayed so that they take up the entire width of the viewport.

Return to top
Show: