Condividi tramite


Metodo IEditorOperations.ExtendSelection

Consente di estendere la selezione corrente fino alla posizione specificata.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Sintassi

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

Parametri

  • newEnd
    Tipo: Int32

    La nuova posizione del carattere in cui la selezione è di essere estesa.

Eccezioni

Eccezione Condizione
ArgumentOutOfRangeException

newEnd è minore di 0.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IEditorOperations Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Text.Operations