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)

Syntax

'Declaration
Sub OnBeforeBufferClose
void OnBeforeBufferClose()
void OnBeforeBufferClose()
abstract OnBeforeBufferClose : unit -> unit
function OnBeforeBufferClose()

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextMarkerClient::OnBeforeBufferClose();

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

.NET Framework Security

See Also

Reference

IVsTextMarkerClient Interface

Microsoft.VisualStudio.TextManager.Interop Namespace