IWpfDifferenceViewer Methods

 

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

NameDescription
System_CAPS_pubmethodClose()

Closes the viewer and all contained hosts.(Inherited from IDifferenceViewer.)

System_CAPS_pubmethodInitialize(IDifferenceBuffer^, CreateTextViewHostCallback^, IEditorOptions^)

Initialize the DifferenceViewer, hooking it to the specified buffer and using the callback to create the text view hosts.

System_CAPS_pubmethodScrollToChange(Difference^)

Scroll and move the caret to the start of the given difference.(Inherited from IDifferenceViewer.)

System_CAPS_pubmethodScrollToMatch(Match^)

Scroll and move the caret to the start of the given match.(Inherited from IDifferenceViewer.)

System_CAPS_pubmethodScrollToNextChange(Boolean)

Given the cursor position in the last focused text view, scroll and move the caret to the next difference.(Inherited from IDifferenceViewer.)

System_CAPS_pubmethodScrollToNextChange(SnapshotPoint, Boolean)

Scroll and move the caret to the next difference after the specified location.(Inherited from IDifferenceViewer.)

System_CAPS_pubmethodScrollToPreviousChange(Boolean)

Given the cursor position in the last focused text view, scroll and move the caret to the previous difference.(Inherited from IDifferenceViewer.)

System_CAPS_pubmethodScrollToPreviousChange(SnapshotPoint, Boolean)

Scroll and move the caret to the previous difference before the specified location.(Inherited from IDifferenceViewer.)

Return to top
Show: