Freigeben über


VsMethodTipWindowClass.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
Public Overridable Function GetContextStream ( _
    <OutAttribute> ByRef piPos As Integer, _
    <OutAttribute> ByRef piLength As Integer _
) As Integer
public virtual int GetContextStream(
    out int piPos,
    out int piLength
)
public:
virtual int GetContextStream(
    [OutAttribute] int% piPos, 
    [OutAttribute] int% piLength
)
abstract GetContextStream : 
        piPos:int byref * 
        piLength:int byref -> int  
override GetContextStream : 
        piPos:int byref * 
        piLength:int byref -> int
public 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

Implementiert

IVsMethodTipWindow.GetContextStream(Int32%, Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

VsMethodTipWindowClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace