Compartir a través de


IVsTextLayer.DeeperLayerLineIndexToLocal (Método)

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

Sintaxis

'Declaración
Function DeeperLayerLineIndexToLocal ( _
    dwFlags As UInteger, _
    pTargetLayer As IVsTextLayer, _
    iLayerLine As Integer, _
    iLayerIndex As Integer, _
    <OutAttribute> ByRef piLocalLine As Integer, _
    <OutAttribute> ByRef piLocalIndex As Integer _
) As Integer
int DeeperLayerLineIndexToLocal(
    uint dwFlags,
    IVsTextLayer pTargetLayer,
    int iLayerLine,
    int iLayerIndex,
    out int piLocalLine,
    out int piLocalIndex
)
int DeeperLayerLineIndexToLocal(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] IVsTextLayer^ pTargetLayer, 
    [InAttribute] int iLayerLine, 
    [InAttribute] int iLayerIndex, 
    [OutAttribute] int% piLocalLine, 
    [OutAttribute] int% piLocalIndex
)
abstract DeeperLayerLineIndexToLocal : 
        dwFlags:uint32 * 
        pTargetLayer:IVsTextLayer * 
        iLayerLine:int * 
        iLayerIndex:int * 
        piLocalLine:int byref * 
        piLocalIndex:int byref -> int
function DeeperLayerLineIndexToLocal(
    dwFlags : uint, 
    pTargetLayer : IVsTextLayer, 
    iLayerLine : int, 
    iLayerIndex : int, 
    piLocalLine : int, 
    piLocalIndex : int
) : int

Parámetros

  • iLayerLine
    Tipo: Int32

    [in]

  • iLayerIndex
    Tipo: Int32

    [in]

  • piLocalLine
    Tipo: Int32%

    [out]

  • piLocalIndex
    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.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextLayer::DeeperLayerLineIndexToLocal(
   [in] DWORD dwFlags,
   [in] IVsTextLayer *pTargetLayer,
   [in] long iLayerLine,
   [in] CharIndex iLayerIndex,
   [out] long *piLocalLine,
   [out] CharIndex *piLocalIndex
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayer Interfaz

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