IVsTextMarkerClient.OnBeforeBufferClose Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends notification that the text buffer is about to close.
public:
void OnBeforeBufferClose();
public:
void OnBeforeBufferClose();
void OnBeforeBufferClose();
public void OnBeforeBufferClose ();
abstract member OnBeforeBufferClose : unit -> unit
Public Sub OnBeforeBufferClose ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextMarkerClient::OnBeforeBufferClose();
Clients can still obtain span information from the marker in response to this call.