Partager via


IVsIntellisenseHost.GetContextLocation, méthode

Obtient le rectangle englobant pour le contexte d'Intellisense.

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 GetContextLocation ( _
    iPos As Integer, _
    iLen As Integer, _
    fUseCaretPosition As Integer, _
    <OutAttribute> prc As RECT(), _
    <OutAttribute> ByRef piTopX As Integer _
) As Integer
int GetContextLocation(
    int iPos,
    int iLen,
    int fUseCaretPosition,
    RECT[] prc,
    out int piTopX
)
int GetContextLocation(
    [InAttribute] int iPos, 
    [InAttribute] int iLen, 
    [InAttribute] int fUseCaretPosition, 
    [OutAttribute] array<RECT>^ prc, 
    [OutAttribute] int% piTopX
)
abstract GetContextLocation : 
        iPos:int * 
        iLen:int * 
        fUseCaretPosition:int * 
        prc:RECT[] byref * 
        piTopX:int byref -> int
function GetContextLocation(
    iPos : int, 
    iLen : int, 
    fUseCaretPosition : int, 
    prc : RECT[], 
    piTopX : int
) : int

Paramètres

  • iPos
    Type : Int32

    Obtient le rectangle englobant pour le contexte d'Intellisense.

  • iLen
    Type : Int32

    Obtient le rectangle englobant pour le contexte d'Intellisense.

  • fUseCaretPosition
    Type : Int32

    Obtient le rectangle englobant pour le contexte d'Intellisense.

  • prc
    Type : array<RECT[]

    Obtient le rectangle englobant pour le contexte d'Intellisense.

  • piTopX
    Type : Int32%

    Obtient le rectangle englobant pour le contexte d'Intellisense.

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::GetContextLocation([in]long iPos, [in]long iLen, [in] bool fUseCaretPosition, [out]RECT *prc, [out]long *piTopX);

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms