Partilhar via


Método VsTextTipWindowClass.GetContextStream

Retorna o fluxo de contexto.

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

Sintaxe

'Declaração
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] Posição inicial do fluxo de contexto.

  • piLength
    Tipo: Int32%

    [out] Comprimento do fluxo de contexto a partir da posição inicial (piPos).

Valor de retorno

Tipo: Int32

Implementações

IVsTextTipWindow.GetContextStream(Int32%, Int32%)

Segurança do .NET Framework

Consulte também

Referência

VsTextTipWindowClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop