IWpfDifferenceViewer Methods
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the viewer and all contained hosts.(Inherited from IDifferenceViewer.) |
![]() | Initialize(IDifferenceBuffer^, CreateTextViewHostCallback^, IEditorOptions^) | Initialize the DifferenceViewer, hooking it to the specified buffer and using the callback to create the text view hosts. |
![]() | ScrollToChange(Difference^) | Scroll and move the caret to the start of the given difference.(Inherited from IDifferenceViewer.) |
![]() | ScrollToMatch(Match^) | Scroll and move the caret to the start of the given match.(Inherited from IDifferenceViewer.) |
![]() | ScrollToNextChange(Boolean) | Given the cursor position in the last focused text view, scroll and move the caret to the next difference.(Inherited from IDifferenceViewer.) |
![]() | ScrollToNextChange(SnapshotPoint, Boolean) | Scroll and move the caret to the next difference after the specified location.(Inherited from IDifferenceViewer.) |
![]() | ScrollToPreviousChange(Boolean) | Given the cursor position in the last focused text view, scroll and move the caret to the previous difference.(Inherited from IDifferenceViewer.) |
![]() | ScrollToPreviousChange(SnapshotPoint, Boolean) | Scroll and move the caret to the previous difference before the specified location.(Inherited from IDifferenceViewer.) |
