DifferenceViewerOptions Class

 

A set of options about the difference viewer display.

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

System.Object
  Microsoft.VisualStudio.Text.Differencing.DifferenceViewerOptions

public static class DifferenceViewerOptions

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticHighlightModeId

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

System_CAPS_pubfieldSystem_CAPS_staticHighlightModeName

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

System_CAPS_pubfieldSystem_CAPS_staticScrollToFirstDiffId

The ID 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.

System_CAPS_pubfieldSystem_CAPS_staticScrollToFirstDiffName

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.

System_CAPS_pubfieldSystem_CAPS_staticSynchronizeSideBySideViewsId

The ID 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.

System_CAPS_pubfieldSystem_CAPS_staticSynchronizeSideBySideViewsName

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.

System_CAPS_pubfieldSystem_CAPS_staticViewModeId

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

System_CAPS_pubfieldSystem_CAPS_staticViewModeName

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: