Share via


ScrollToPreviousChange Method

Given the cursor position in the last focused text view, scroll to the previous difference.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Function ScrollToPreviousChange As Boolean
'Usage
Dim instance As IDifferenceViewer
Dim returnValue As Boolean

returnValue = instance.ScrollToPreviousChange()
bool ScrollToPreviousChange()
bool ScrollToPreviousChange()
abstract ScrollToPreviousChange : unit -> bool 
function ScrollToPreviousChange() : boolean

Return Value

Type: System..::..Boolean
true on success (if there was a previous difference), false otherwise.

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace