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
- match
Tipo: Microsoft.VisualStudio.Text.Differencing.Match
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.