Método IDifferenceViewer.ScrollToNextChange (SnapshotPoint, Boolean)
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)
Sintaxe
'Declaração
Function ScrollToNextChange ( _
point As SnapshotPoint, _
wrap As Boolean _
) As Boolean
bool ScrollToNextChange(
SnapshotPoint point,
bool wrap
)
bool ScrollToNextChange(
SnapshotPoint point,
bool wrap
)
abstract ScrollToNextChange :
point:SnapshotPoint *
wrap:bool -> bool
function ScrollToNextChange(
point : SnapshotPoint,
wrap : boolean
) : boolean
Parâmetros
- point
Tipo: Microsoft.VisualStudio.Text.SnapshotPoint
- wrap
Tipo: Boolean
Valor de retorno
Tipo: Boolean
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.