IVsTextMarkerClient::OnBeforeBufferClose Method ()
Visual Studio 2015
Sends notification that the text buffer is about to close.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsTextMarkerClient::OnBeforeBufferClose();
Clients can still obtain span information from the marker in response to this call.
Show: