IVsTextViewIntellisenseHost.GetContextBuffer(IVsTextLines) Método

Definição

O buffer de contexto.

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

Retornos

Int32

Se o método tiver sucesso, ele retornará NativeMethods.S_OK. Se falhar, retornará um código de erro.

Implementações

Comentários

De singlefileeditor. idl:

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

Aplica-se a