IVsColorizer2::EndColorization Method ()
Visual Studio 2015
Suspends or ends colorization operations.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
The Visual Studio environment calls this method prior to beginning any operations, such as automatic code insertion and formatting, which might conflict with colorization.
The implementation must suspend operations of the language services IVsColorizer implementation.
From textmgr2.idl:
void IVsColorizer2::EndColorization();
Show: