Compartir a través de


IVsEditorGoBackLocations.SetMergeableGoBackLocation (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

[C++]

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

El parámetro de fCurrentCaretPos permite obtener posición del símbolo de intercalación actual marcado en lugar de línea y columna. si fCurrentCaretPos es false, se requieren iBaseLine válido y iBaseCol .

Seguridad de .NET Framework

Vea también

Referencia

IVsEditorGoBackLocations Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)