DifferenceViewerOptions Class
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceViewerOptions
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Public NotInheritable Class DifferenceViewerOptions
'Usage
public static class DifferenceViewerOptions
public ref class DifferenceViewerOptions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DifferenceViewerOptions = class end
public final class DifferenceViewerOptions
The DifferenceViewerOptions type exposes the following members.
Fields
Name | Description | |
---|---|---|
HighlightModeId | 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. | |
ViewModeId | The DifferenceViewMode the difference viewer should use (side-by-side, inline, one side at a time). |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.