Partilhar via


Método VsTextViewClass.SetSelectionMode

Define o modo de seleção.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Int32

Implementações

IVsTextView.SetSelectionMode(TextSelMode)

Segurança do .NET Framework

Consulte também

Referência

VsTextViewClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop