Condividi tramite


Metodo IVsTextLayer.BaseLineIndexToLocal

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function BaseLineIndexToLocal ( _
    iBaseLine As Integer, _
    iBaseIndex As Integer, _
    <OutAttribute> ByRef piLocalLine As Integer, _
    <OutAttribute> ByRef piLocalIndex As Integer _
) As Integer
int BaseLineIndexToLocal(
    int iBaseLine,
    int iBaseIndex,
    out int piLocalLine,
    out int piLocalIndex
)
int BaseLineIndexToLocal(
    [InAttribute] int iBaseLine, 
    [InAttribute] int iBaseIndex, 
    [OutAttribute] int% piLocalLine, 
    [OutAttribute] int% piLocalIndex
)
abstract BaseLineIndexToLocal : 
        iBaseLine:int * 
        iBaseIndex:int * 
        piLocalLine:int byref * 
        piLocalIndex:int byref -> int
function BaseLineIndexToLocal(
    iBaseLine : int, 
    iBaseIndex : int, 
    piLocalLine : int, 
    piLocalIndex : int
) : int

Parametri

  • iBaseLine
    Tipo: Int32

    [in]

  • iBaseIndex
    Tipo: Int32

    [in]

  • piLocalLine
    Tipo: Int32%

    [out]

  • piLocalIndex
    Tipo: Int32%

    [out]

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextLayer::BaseLineIndexToLocal(
   [in] long iBaseLine,
   [in] CharIndex iBaseIndex,
   [out] long *piLocalLine,
   [out] CharIndex *piLocalIndex
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextLayer Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop