IDifferenceViewer Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the viewer and all contained hosts. |
![]() | ScrollToChange(Difference^) | Scroll and move the caret to the start of the given difference. |
![]() | ScrollToMatch(Match^) | Scroll and move the caret to the start of the given match. |
![]() | ScrollToNextChange(Boolean) | Given the cursor position in the last focused text view, scroll and move the caret to the next difference. |
![]() | ScrollToNextChange(SnapshotPoint, Boolean) | Scroll and move the caret to the next difference after the specified location. |
![]() | ScrollToPreviousChange(Boolean) | Given the cursor position in the last focused text view, scroll and move the caret to the previous difference. |
![]() | ScrollToPreviousChange(SnapshotPoint, Boolean) | Scroll and move the caret to the previous difference before the specified location. |
Show:
