共用方式為


IVsTextMarkerClient.OnBeforeBufferClose 方法

傳送文字緩衝區即將關閉的通知。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

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

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsTextMarkerClient::OnBeforeBufferClose();

用戶端仍然可以從該標記,以回應此呼叫,取得範圍的資訊。

.NET Framework 安全性

請參閱

參考

IVsTextMarkerClient 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間