Partilhar via


Método IVsTextMacroHelper.RecordMoveSelectionRel

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

Sintaxe

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

Parâmetros

  • fBackwards
    Tipo: Int32

     

  • fExtend
    Tipo: Int32

     

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextMacroHelper::RecordMoveSelectionRel(
   MOVESELECTION_REL_TYPE mst,
   BOOL fBackwards,
   BOOL fExtend
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextMacroHelper Interface

Namespace Microsoft.VisualStudio.TextManager.Interop