Compartir a través de


VsMethodTipWindowClass.GetContextStream (Método)

Devuelve la secuencia de contexto.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • piPos
    Tipo: Int32%

    [out] Iniciar la posición de contexto.

  • piLength
    Tipo: Int32%

    [out] La longitud de contexto transmitir de la posición inicial, piPos.

Valor devuelto

Tipo: Int32

Implementaciones

IVsMethodTipWindow.GetContextStream(Int32%, Int32%)

Seguridad de .NET Framework

Vea también

Referencia

VsMethodTipWindowClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)