Share via


DifferenceViewerOptions.ScrollToFirstDiffName Field

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.

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

Syntax

'Declaration
Public Const ScrollToFirstDiffName As String
public const string ScrollToFirstDiffName
public:
literal String^ ScrollToFirstDiffName
static val mutable ScrollToFirstDiffName: string
public const var ScrollToFirstDiffName : String

.NET Framework Security

See Also

Reference

DifferenceViewerOptions Class

Microsoft.VisualStudio.Text.Differencing Namespace