Partager via


IVsTextTipWindow.GetContextStream, méthode

Retourne le flux de données de contexte.

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

Syntaxe

'Déclaration
Function GetContextStream ( _
    <OutAttribute> ByRef piPos As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
int GetContextStream(
    out int piPos,
    out int piLength
)
int GetContextStream(
    [OutAttribute] int% piPos, 
    [OutAttribute] int% piLength
)
abstract GetContextStream : 
        piPos:int byref * 
        piLength:int byref -> int
function GetContextStream(
    piPos : int, 
    piLength : int
) : int

Paramètres

  • piPos
    Type : Int32%

    [] position de départ du flux de données de contexte.

  • piLength
    Type : Int32%

    [] longueur du flux de données de contexte de la position de départ (piPos).

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

Signature de COM

De textmgr.idl :

HRESULT IVsTextTipWindow::GetContextStream(
   [out] long *piPos,
   [out] long *piLength
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextTipWindow Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms