IDifferenceViewer Methods

 

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

NameDescription
System_CAPS_pubmethodClose()

Closes the viewer and all contained hosts.

System_CAPS_pubmethodScrollToChange(Difference^)

Scroll and move the caret to the start of the given difference.

System_CAPS_pubmethodScrollToMatch(Match^)

Scroll and move the caret to the start of the given match.

System_CAPS_pubmethodScrollToNextChange(Boolean)

Given the cursor position in the last focused text view, scroll and move the caret to the next difference.

System_CAPS_pubmethodScrollToNextChange(SnapshotPoint, Boolean)

Scroll and move the caret to the next difference after the specified location.

System_CAPS_pubmethodScrollToPreviousChange(Boolean)

Given the cursor position in the last focused text view, scroll and move the caret to the previous difference.

System_CAPS_pubmethodScrollToPreviousChange(SnapshotPoint, Boolean)

Scroll and move the caret to the previous difference before the specified location.

Return to top
Show: