共用方式為


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 安全性

請參閱

參考

IVsColorizer 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間