Compartir a través de


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

  • offsetFromStart
    Tipo: System.Int32

    Desplazamiento desde el inicio de "line"

  • length
    Tipo: System.Int32

    Número de caracteres que se deben seleccionar

Vea también

Referencia

IEditorSelection Interfaz

Espacio de nombres Microsoft.WebMatrix.Extensibility.Editor