DifferenceViewerOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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 |
ShowDifferencesName | |
ShowDiffOverviewMarginId |
If |
ShowDiffOverviewMarginName | |
SynchronizeSideBySideViewsId |
If |
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). |