VsTextBufferCoordinatorClass::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)
public: virtual int SetBuffers( IVsTextLines^ pPrimaryBuffer, IVsTextLines^ pSecondaryBuffer )
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.
Show: