IDifferenceViewer::ScrollToNextChange Method (SnapshotPoint, Boolean)
Visual Studio 2015
Scroll and move the caret to the next difference after the specified location.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- point
-
Type:
Microsoft.VisualStudio.Text::SnapshotPoint
The location to start scrolling from.
- 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: