Compartir a través de


IEditorOperations.ExtendSelection (Método)

Extiende el intervalo de la selección actual en la posición especificada.

Espacio de nombres:  Microsoft.VisualStudio.Text.Operations
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
Sub ExtendSelection ( _
    newEnd As Integer _
)
void ExtendSelection(
    int newEnd
)
void ExtendSelection(
    int newEnd
)
abstract ExtendSelection : 
        newEnd:int -> unit
function ExtendSelection(
    newEnd : int
)

Parámetros

  • newEnd
    Tipo: Int32

    Nueva posición de caracteres a la que se extenderá la selección.

Excepciones

Excepción Condición
ArgumentOutOfRangeException

newEnd es menor que 0.

Seguridad de .NET Framework

Vea también

Referencia

IEditorOperations Interfaz

Microsoft.VisualStudio.Text.Operations (Espacio de nombres)