IDifferenceViewer.ScrollToMatch(Match) Method

Definition

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

public:
 void ScrollToMatch(Microsoft::VisualStudio::Text::Differencing::Match ^ match);
public void ScrollToMatch (Microsoft.VisualStudio.Text.Differencing.Match match);
abstract member ScrollToMatch : Microsoft.VisualStudio.Text.Differencing.Match -> unit
Public Sub ScrollToMatch (match As Match)

Parameters

match
Match

The match to scroll to.

Applies to