IVsContainedLanguage.GetColorizer(IVsColorizer) Method

Definition

Returns a colorizer object for the language.

public:
 int GetColorizer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsColorizer ^ % ppColorizer);
public:
 int GetColorizer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsColorizer ^ &  ppColorizer);
int GetColorizer([Runtime::InteropServices::Out] Microsoft::VisualStudio::TextManager::Interop::IVsColorizer const & & ppColorizer);
public int GetColorizer (out Microsoft.VisualStudio.TextManager.Interop.IVsColorizer ppColorizer);
abstract member GetColorizer : IVsColorizer -> int
Public Function GetColorizer (ByRef ppColorizer As IVsColorizer) As Integer

Parameters

ppColorizer
IVsColorizer

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

Returns

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

Remarks

COM Signature

From singlefileeditor.idl:

HRESULT GetColorizer(  
   [out, retval] IVsColorizer **ppColorizer  
);  

Applies to