Partager via


IVsIntellisenseHost.GetContextFocalPoint, méthode

Retourne la position dans la mémoire tampon de contexte qui est considérée le point de départ de contexte.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • piLen
    Type : Int32%

    Longueur de la mémoire tampon.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

C++

De singlefileeditor.idl :

HRESULT IVsIntellisenseHost::GetContextFocalPoint([out] TextSpan *pSpan, long *piLen);

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms