Compartir a través de


IVsTextLayer.LocalLineIndexToBase (Método)

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

Sintaxis

'Declaración
Function LocalLineIndexToBase ( _
    iLocalLine As Integer, _
    iLocalIndex As Integer, _
    <OutAttribute> ByRef piBaseLine As Integer, _
    <OutAttribute> ByRef piBaseIndex As Integer _
) As Integer
int LocalLineIndexToBase(
    int iLocalLine,
    int iLocalIndex,
    out int piBaseLine,
    out int piBaseIndex
)
int LocalLineIndexToBase(
    [InAttribute] int iLocalLine, 
    [InAttribute] int iLocalIndex, 
    [OutAttribute] int% piBaseLine, 
    [OutAttribute] int% piBaseIndex
)
abstract LocalLineIndexToBase : 
        iLocalLine:int * 
        iLocalIndex:int * 
        piBaseLine:int byref * 
        piBaseIndex:int byref -> int
function LocalLineIndexToBase(
    iLocalLine : int, 
    iLocalIndex : int, 
    piBaseLine : int, 
    piBaseIndex : int
) : int

Parámetros

  • iLocalLine
    Tipo: Int32

    [in]

  • iLocalIndex
    Tipo: Int32

    [in]

  • piBaseLine
    Tipo: Int32%

    [out]

  • piBaseIndex
    Tipo: Int32%

    [out]

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.Devuelve VIEW_E_LOCATION_HIDDEN si las coordenadas solicitada existen, pero se ocultan en la interfaz de usuario actualmente

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextLayer::LocalLineIndexToBase(
   [in] long iLocalLine,
   [in] CharIndex iLocalIndex,
   [out] long *piBaseLine,
   [out] CharIndex *piBaseIndex
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayer Interfaz

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