IVsContainedLanguage.GetColorizer(IVsColorizer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);