DifferenceViewerOptions Class

Definition

A set of options about the difference viewer display.

public ref class DifferenceViewerOptions abstract sealed
public ref class DifferenceViewerOptions abstract sealed
class DifferenceViewerOptions abstract sealed
public static class DifferenceViewerOptions
type DifferenceViewerOptions = class
Public Class DifferenceViewerOptions
Inheritance
DifferenceViewerOptions

Fields

HighlightModeId

The DifferenceHighlightMode for the line changed markers.

HighlightModeName

The name of the option that specifies whether the DifferenceHighlightMode for the line changed markers.

ScrollToFirstDiffId

If true, the difference viewer will scroll each contained view to the first visible difference after the files are compared. If false, the scrolled area is left alone.

ScrollToFirstDiffName

The name of the option that specifies whether or not to scroll to the first diff. If true, the difference viewer will scroll each contained view to the first visible difference after the files are compared. If false, the scrolled area is left alone.

ShowDifferencesId

If this is false, then the difference viewer will, even if a baseline has been specified, not show any differences.

ShowDifferencesName
ShowDiffOverviewMarginId

If true, show the difference overview margin.

ShowDiffOverviewMarginName
SynchronizeSideBySideViewsId

If true, the left and right views of the side by side view are aligned with each other.

SynchronizeSideBySideViewsName

The name of the option that specifies whether the views are to be synchronized. If true, the left and right views of the side by side view are aligned with each other. This option is ignored in the other view modes.

ViewModeId

The DifferenceViewMode the difference viewer should use (side-by-side, inline, one side at a time).

ViewModeName

The name of the option that specifies the DifferenceViewMode the difference viewer should use (side-by-side, inline, one side at a time).

Applies to