IVsTextBufferCoordinator::GetSecondaryBuffer Method (IVsTextLines^)
Visual Studio 2015
Returns the secondary language buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- ppBuffer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
[out] Returns an IVsTextLines object that represents the secondary buffer.
From singlefileeditor.idl:
HRESULT GetSecondaryBuffer( [out] IVsTextLines **ppBuffer );
Show: