IVsTextLineMarker::GetLineBuffer Method (IVsTextLines^)
Visual Studio 2015
Provides access to an associated text buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- ppBuffer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
[out] Pointer to the IVsTextLines interface of the associated buffer.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextLineMarker::GetLineBuffer( [out] IVsTextLines **ppBuffer );
This method can be used to get the underlying IVsTextLines object that contains the marker.
Show: