Partilhar via


Método IDifferenceViewer.ScrollToMatch

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

Sintaxe

'Declaração
Sub ScrollToMatch ( _
    match As Match _
)
void ScrollToMatch(
    Match match
)
void ScrollToMatch(
    Match^ match
)
abstract ScrollToMatch : 
        match:Match -> unit
function ScrollToMatch(
    match : Match
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IDifferenceViewer Interface

Namespace Microsoft.VisualStudio.Text.Differencing