Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.