Freigeben über


VsTextViewClass.SetSelectionMode-Methode

Legt den Auswahlmodus fest.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Int32

Implementiert

IVsTextView.SetSelectionMode(TextSelMode)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsTextViewClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace