Compartir a través de


IVsEditorGoBackLocations.SetNonMergeableGoBackLocation (Método)

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

Sintaxis

'Declaración
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 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::SetNonMergeableGoBackLocation(
   [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)