DifferenceHighlightMode Enumeration

The highlight mode for this < IDifferenceViewer.

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

Syntax

'Declaration
Public Enumeration DifferenceHighlightMode
public enum DifferenceHighlightMode
public enum class DifferenceHighlightMode
type DifferenceHighlightMode
public enum DifferenceHighlightMode

Members

Member name Description
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.

See Also

Reference

Microsoft.VisualStudio.Text.Differencing Namespace