Freigeben über


IVsTextMacroHelper.RecordMoveSelectionRel-Methode

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

Syntax

'Declaration
Function RecordMoveSelectionRel ( _
    mst As MOVESELECTION_REL_TYPE, _
    fBackwards As Integer, _
    fExtend As Integer _
) As Integer
int RecordMoveSelectionRel(
    MOVESELECTION_REL_TYPE mst,
    int fBackwards,
    int fExtend
)
int RecordMoveSelectionRel(
    MOVESELECTION_REL_TYPE mst, 
    int fBackwards, 
    int fExtend
)
abstract RecordMoveSelectionRel : 
        mst:MOVESELECTION_REL_TYPE * 
        fBackwards:int * 
        fExtend:int -> int
function RecordMoveSelectionRel(
    mst : MOVESELECTION_REL_TYPE, 
    fBackwards : int, 
    fExtend : int
) : int

Parameter

  • fBackwards
    Typ: Int32

     

  • fExtend
    Typ: Int32

     

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 IVsTextMacroHelper::RecordMoveSelectionRel(
   MOVESELECTION_REL_TYPE mst,
   BOOL fBackwards,
   BOOL fExtend
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextMacroHelper Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace