IVsContainedLanguage.GetColorizer Method

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)

Syntax

'Déclaration
Function GetColorizer ( _
    <OutAttribute> ByRef ppColorizer As IVsColorizer _
) As Integer
'Utilisation
Dim instance As IVsContainedLanguage
Dim ppColorizer As IVsColorizer
Dim returnValue As Integer

returnValue = instance.GetColorizer(ppColorizer)
int GetColorizer(
    out IVsColorizer ppColorizer
)
int GetColorizer(
    [OutAttribute] IVsColorizer^% ppColorizer
)
abstract GetColorizer : 
        ppColorizer:IVsColorizer byref -> int 
function GetColorizer(
    ppColorizer : IVsColorizer
) : int

Parameters

Return Value

Type: System.Int32
If successful, returns S_OK; otherwise, returns an error code.

Remarks

COM Signature

From singlefileeditor.idl:

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

.NET Framework Security

See Also

Reference

IVsContainedLanguage Interface

IVsContainedLanguage Members

Microsoft.VisualStudio.TextManager.Interop Namespace