IVsContainedLanguage::GetColorizer Method (IVsColorizer^)
Visual Studio 2015
Returns a colorizer object for the language.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- ppColorizer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsColorizer^
[out] Returns an IVsColorizer object representing the colorizer to use for the contained language.
From singlefileeditor.idl:
HRESULT GetColorizer( [out, retval] IVsColorizer **ppColorizer );
Show: