IVsTextLayer::GetBaseBuffer Method (IVsTextLines^)
Visual Studio 2015
Gets the base buffer of text lines.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- ppiBuf
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
[out] Base buffer. ppiBuf is AddRef'd.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextLayer::GetBaseBuffer( [out] IVsTextLines **ppiBuf );
Show: