Método IVsTextViewIntellisenseHost_Corrected.GetContextCaretPos
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.9.0 (em Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
Sintaxe
'Declaração
Function GetContextCaretPos ( _
<OutAttribute> ByRef piLine As Integer, _
<OutAttribute> ByRef piIndex As Integer _
) As Integer
int GetContextCaretPos(
out int piLine,
out int piIndex
)
int GetContextCaretPos(
[OutAttribute] int% piLine,
[OutAttribute] int% piIndex
)
abstract GetContextCaretPos :
piLine:int byref *
piIndex:int byref -> int
function GetContextCaretPos(
piLine : int,
piIndex : int
) : int
Parâmetros
- piLine
Tipo: Int32%
- piIndex
Tipo: Int32%
Valor de retorno
Tipo: Int32
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.