IVsIntellisenseHost.GetContextBuffer(IVsTextLines) Метод

Определение

Получает буфер контекста 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

Параметры

ppCtxBuffer
IVsTextLines

[out, retval] Буфер контекста.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

C++

Из синглефилидитор. IDL:

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

Применяется к