IVsIntellisenseHost.GetContextBuffer(IVsTextLines) Método

Definição

Obtém o buffer de contexto do IntelliSense.

public:
 int GetContextBuffer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ % ppCtxBuffer);
public:
 int GetContextBuffer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ &  ppCtxBuffer);
int GetContextBuffer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsTextLines const & & ppCtxBuffer);
public int GetContextBuffer (out Microsoft.VisualStudio.TextManager.Interop.IVsTextLines ppCtxBuffer);
abstract member GetContextBuffer : IVsTextLines -> int
Public Function GetContextBuffer (ByRef ppCtxBuffer As IVsTextLines) As Integer

Parâmetros

ppCtxBuffer
IVsTextLines

[out, retval] O buffer de contexto.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

C++

De singlefileeditor. idl:

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

Aplica-se a