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
Public fieldStatic member HighlightModeId The DifferenceHighlightMode for the line changed markers.
Public fieldStatic member 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.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Delta Namespace