IDifferenceViewer::ScrollToPreviousChange Method (Boolean)
Visual Studio 2015
Given the cursor position in the last focused text view, scroll and move the caret to the previous difference.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- wrap
-
Type:
System::Boolean
Wrap to the last difference if there is no previous difference.
Return Value
Type: System::Booleantrue on success (if there was a previous difference), false otherwise.
Show: