Partilhar via


Método IVsEditorGoBackLocations.SetNonMergeableGoBackLocation

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

Sintaxe

'Declaração
Function SetNonMergeableGoBackLocation ( _
    fCurrentCaretPos As Integer, _
    iBaseLine As Integer, _
    iBaseCol As Integer _
) As Integer
int SetNonMergeableGoBackLocation(
    int fCurrentCaretPos,
    int iBaseLine,
    int iBaseCol
)
int SetNonMergeableGoBackLocation(
    [InAttribute] int fCurrentCaretPos, 
    [InAttribute] int iBaseLine, 
    [InAttribute] int iBaseCol
)
abstract SetNonMergeableGoBackLocation : 
        fCurrentCaretPos:int * 
        iBaseLine:int * 
        iBaseCol:int -> int
function SetNonMergeableGoBackLocation(
    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::SetNonMergeableGoBackLocation(
   [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