Método IVsTextLayer.LocalLineIndexToDeeperLayer
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function LocalLineIndexToDeeperLayer ( _
pTargetLayer As IVsTextLayer, _
iLocalLine As Integer, _
iLocalIndex As Integer, _
<OutAttribute> ByRef piTargetLine As Integer, _
<OutAttribute> ByRef piTargetIndex As Integer _
) As Integer
int LocalLineIndexToDeeperLayer(
IVsTextLayer pTargetLayer,
int iLocalLine,
int iLocalIndex,
out int piTargetLine,
out int piTargetIndex
)
int LocalLineIndexToDeeperLayer(
[InAttribute] IVsTextLayer^ pTargetLayer,
[InAttribute] int iLocalLine,
[InAttribute] int iLocalIndex,
[OutAttribute] int% piTargetLine,
[OutAttribute] int% piTargetIndex
)
abstract LocalLineIndexToDeeperLayer :
pTargetLayer:IVsTextLayer *
iLocalLine:int *
iLocalIndex:int *
piTargetLine:int byref *
piTargetIndex:int byref -> int
function LocalLineIndexToDeeperLayer(
pTargetLayer : IVsTextLayer,
iLocalLine : int,
iLocalIndex : int,
piTargetLine : int,
piTargetIndex : int
) : int
Parâmetros
pTargetLayer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextLayer[in]
iLocalLine
Tipo: Int32[in]
iLocalIndex
Tipo: Int32[in]
piTargetLine
Tipo: Int32%[out]
piTargetIndex
Tipo: Int32%[out]
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr.idl:
HRESULT IVsTextLayer::LocalLineIndexToDeeperLayer(
[in] IVsTextLayer *pTargetLayer,
[in] long iLocalLine,
[in] CharIndex iLocalIndex,
[out] long *piTargetLine,
[out] CharIndex *piTargetIndex
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.