Partager via


VsTextViewClass.SetSelectionMode, méthode

Définit le mode de sélection.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Int32

Implémentations

IVsTextView.SetSelectionMode(TextSelMode)

Sécurité .NET Framework

Voir aussi

Référence

VsTextViewClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms