Compartir a través de


IVsIntellisenseHost_Corrected.GetContextCaretPos (Método)

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

Sintaxis

'Declaración
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 devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseHost_Corrected Interfaz

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