Freigeben über


IVsTextTipWindow.GetContextStream-Methode

Gibt den Kontextdatenstrom zurück.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
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

Parameter

  • piPos
    Typ: Int32%

    [out] Anfangsposition des Kontexts datenstroms.

  • piLength
    Typ: Int32%

    [out] Länge des Kontexts datenstroms von der Anfangsposition (piPos).

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

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

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextTipWindow Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace