IVsContainedLanguage::GetColorizer Method (IVsColorizer^)

 

Returns a colorizer object for the language.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int GetColorizer(
	[OutAttribute] IVsColorizer^% ppColorizer
)

Parameters

ppColorizer
Type: Microsoft.VisualStudio.TextManager.Interop::IVsColorizer^

[out] Returns an IVsColorizer object representing the colorizer to use for the contained language.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT GetColorizer(
   [out, retval] IVsColorizer **ppColorizer
);
Return to top
Show: