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
Возвращаемое значение
При успешном завершении метода возвращается значение NativeMethods.S_ОК. В противном случае функция возвращает код ошибки.
Реализации
Комментарии
Из синглефилидитор. IDL:
HRESULT IVsTextViewIntellisenseHost::GetContextBuffer([out, retval] IVsTextLines **ppCtxBuffer);