IVsTextMarkerClient.OnBeforeBufferClose Method

Definition

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.

Applies to