IVsTextBufferCoordinator::SetBuffers Method (IVsTextLines^, IVsTextLines^)
Visual Studio 2015
Establishes the primary and secondary buffers that are to be managed by the buffer coordinator object.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pPrimaryBuffer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
[in] An IVsTextLines object representing the primary buffer.
- pSecondaryBuffer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
[in] An IVsTextLines object representing the secondary buffer.
From singlefileeditor.idl:
HRESULT SetBuffers( [in] IVsTextLines *pPrimaryBuffer, [in] IVsTextLines *pSecondaryBuffer );
Show: