IVsTextMarkerClient::OnBeforeBufferClose Method ()

 

Sends notification that the text buffer is about to close.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

void OnBeforeBufferClose()

From textmgr.idl:

HRESULT IVsTextMarkerClient::OnBeforeBufferClose();

Clients can still obtain span information from the marker in response to this call.

Return to top
Show: