Compartir a través de


VsTextViewClass.SetSelectionMode (Método)

Establece el modo de selección.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Public Overridable Function SetSelectionMode ( _
    iSelMode As TextSelMode _
) As Integer
public virtual int SetSelectionMode(
    TextSelMode iSelMode
)
public:
virtual int SetSelectionMode(
    [InAttribute] TextSelMode iSelMode
)
abstract SetSelectionMode : 
        iSelMode:TextSelMode -> int  
override SetSelectionMode : 
        iSelMode:TextSelMode -> int
public function SetSelectionMode(
    iSelMode : TextSelMode
) : int

Parámetros

Valor devuelto

Tipo: Int32

Implementaciones

IVsTextView.SetSelectionMode(TextSelMode)

Seguridad de .NET Framework

Vea también

Referencia

VsTextViewClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)