IVsColorizer::CloseColorizer Method ()
Visual Studio 2015
Releases any references held on a VsTextBuffer object.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsColorizer::CloseColorizer();
The text buffer calls this method before releasing the colorizer object so that the colorizer object can release any references it holds on the text buffer, thereby breaking the circular reference chain.
Show: