Freigeben über


IVsTextView.SetSelectionMode-Methode

Legt den Auswahlmodus fest.

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

Syntax

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

Parameter

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

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

Verwenden Sie diese Methode, um festzulegen, ob Stream oder Feldauswahl der aktuelle Auswahlmodus ist. Weitere Informationen finden Sie unter TextSelMode.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextView Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace