Partilhar via


Método IVsTextViewIntellisenseHost.GetContextBuffer

O buffer de contexto.

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

Sintaxe

'Declaração
Function GetContextBuffer ( _
    <OutAttribute> ByRef ppCtxBuffer As IVsTextLines _
) As Integer
int GetContextBuffer(
    out IVsTextLines ppCtxBuffer
)
int GetContextBuffer(
    [OutAttribute] IVsTextLines^% ppCtxBuffer
)
abstract GetContextBuffer : 
        ppCtxBuffer:IVsTextLines byref -> int
function GetContextBuffer(
    ppCtxBuffer : IVsTextLines
) : int

Parâmetros

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna NativeMethods.S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

De singlefileeditor.idl:

HRESULT IVsTextViewIntellisenseHost::GetContextBuffer([out, retval] IVsTextLines **ppCtxBuffer);

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost Interface

Namespace Microsoft.VisualStudio.TextManager.Interop