Share via


ScrollToNextChange Method

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

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

Syntax

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

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

Return Value

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

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace