IEditorSelection.GoTo Método
Lo siguiente se aplica a v2.
Crea una selección a partir de un desplazamiento de inicio al número de caracteres que se deben seleccionar.
Espacio de nombres: Microsoft.WebMatrix.Extensibility.Editor
Ensamblado: Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Sintaxis
'Declaración
Sub GoTo ( _
line As Integer, _
offsetFromStart As Integer, _
length As Integer _
)
'Uso
Dim instance As IEditorSelection
Dim line As Integer
Dim offsetFromStart As Integer
Dim length As Integer
instance.GoTo(line, offsetFromStart, length)
void GoTo(
int line,
int offsetFromStart,
int length
)
void GoTo(
int line,
int offsetFromStart,
int length
)
abstract GoTo :
line:int *
offsetFromStart:int *
length:int -> unit
function GoTo(
line : int,
offsetFromStart : int,
length : int
)
Parámetros
line
Tipo: System.Int32Índice de línea basado en cero
offsetFromStart
Tipo: System.Int32Desplazamiento desde el inicio de "line"
length
Tipo: System.Int32Número de caracteres que se deben seleccionar