Condividi tramite


Metodo IVsTextView.SetSelectionMode

Imposta la modalità di selezione.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function SetSelectionMode ( _
    iSelMode As TextSelMode _
) As Integer
int SetSelectionMode(
    TextSelMode iSelMode
)
int SetSelectionMode(
    [InAttribute] TextSelMode iSelMode
)
abstract SetSelectionMode : 
        iSelMode:TextSelMode -> int
function SetSelectionMode(
    iSelMode : TextSelMode
) : int

Parametri

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextView::SetSelectionMode(
   [in] TextSelMode iSelMode
);

Utilizzare questo metodo per impostare se il flusso o la selezione della casella è la modalità di selezione corrente. Per ulteriori informazioni, vedere TextSelMode.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextView Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop