IVsTextViewIntellisenseHost.GetContextBuffer(IVsTextLines) Метод

Определение

Буфер контекста.

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

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

Int32

При успешном завершении метода возвращается значение NativeMethods.S_ОК. В противном случае функция возвращает код ошибки.

Реализации

Комментарии

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

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

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