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

'Déclaration
Sub OnBeforeBufferClose
'Utilisation
Dim instance As IVsTextMarkerClient

instance.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

IVsTextMarkerClient Members

Microsoft.VisualStudio.TextManager.Interop Namespace