IDifferenceViewer.ScrollToMatch(Match) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.