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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。