Compartir a través de


IVsIntellisenseHost_Corrected.GetContextFocalPoint (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 GetContextFocalPoint ( _
    <OutAttribute> pSpan As TextSpan(), _
    ByRef piLen As Integer _
) As Integer
int GetContextFocalPoint(
    TextSpan[] pSpan,
    ref int piLen
)
int GetContextFocalPoint(
    [OutAttribute] array<TextSpan>^ pSpan, 
    int% piLen
)
abstract GetContextFocalPoint : 
        pSpan:TextSpan[] byref * 
        piLen:int byref -> int
function GetContextFocalPoint(
    pSpan : TextSpan[], 
    piLen : int
) : int

Parámetros

  • piLen
    Tipo: Int32%

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseHost_Corrected Interfaz

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