Share via


ScrollToMatch Method

Scroll to the start of the given match.

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Sub ScrollToMatch ( _
    match As Match _
)
'Usage
Dim instance As IDifferenceViewer
Dim match As Match

instance.ScrollToMatch(match)
void ScrollToMatch(
    Match match
)
void ScrollToMatch(
    Match^ match
)
abstract ScrollToMatch : 
        match:Match -> unit 
function ScrollToMatch(
    match : Match
)

Parameters

  • match
    Type: Match

See Also

Reference

IDifferenceViewer Interface

Microsoft.VisualStudio.Data.Tools.Delta Namespace