IVsColorizer.CloseColorizer 方法
釋放保留在任何參考VsTextBuffer物件。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Sub CloseColorizer
void CloseColorizer()
void CloseColorizer()
abstract CloseColorizer : unit -> unit
function CloseColorizer()
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsColorizer::CloseColorizer();
文字緩衝區釋放 colorizer 物件,使 colorizer 物件可以釋放它保存在文字緩衝區,進而中斷循環參照鏈結任何參考之前,呼叫這個方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。