IDifferenceViewer::ScrollToMatch Method (Match^)

 

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

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

void ScrollToMatch(
	Match^ match
)

Parameters

match
Type: Microsoft.VisualStudio.Text.Differencing::Match^

The match to scroll to.

Return to top
Show: