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