Partilhar via


Método IVsEditorGoBackLocations.SetMergeableGoBackLocation

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

Sintaxe

'Declaração
Function SetMergeableGoBackLocation ( _
    fCurrentCaretPos As Integer, _
    iBaseLine As Integer, _
    iBaseCol As Integer _
) As Integer
int SetMergeableGoBackLocation(
    int fCurrentCaretPos,
    int iBaseLine,
    int iBaseCol
)
int SetMergeableGoBackLocation(
    [InAttribute] int fCurrentCaretPos, 
    [InAttribute] int iBaseLine, 
    [InAttribute] int iBaseCol
)
abstract SetMergeableGoBackLocation : 
        fCurrentCaretPos:int * 
        iBaseLine:int * 
        iBaseCol:int -> int
function SetMergeableGoBackLocation(
    fCurrentCaretPos : int, 
    iBaseLine : int, 
    iBaseCol : int
) : int

Parâmetros

  • fCurrentCaretPos
    Tipo: Int32

    [in]

  • iBaseLine
    Tipo: Int32

    [in]

  • iBaseCol
    Tipo: Int32

    [in]

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:

[C++]

HRESULT IVsEditorGoBackLocations::SetMergeableGoBackLocation(
   [in] BOOL fCurrentCaretPos,
   [in] long iBaseLine,
   [in] long iBaseCol
);

O fCurrentCaretPos parâmetro permite que você tenha a posição atual do cursor marcada em vez da linha e coluna. If fCurrentCaretPos is false, valid iBaseLine and iBaseCol are required.

Segurança do .NET Framework

Consulte também

Referência

IVsEditorGoBackLocations Interface

Namespace Microsoft.VisualStudio.TextManager.Interop