Partager via


IVsContainedLanguage.GetColorizer, méthode

Retourne un objet de coloriseur pour le langage.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetColorizer ( _
    <OutAttribute> ByRef ppColorizer As IVsColorizer _
) As Integer
int GetColorizer(
    out IVsColorizer ppColorizer
)
int GetColorizer(
    [OutAttribute] IVsColorizer^% ppColorizer
)
abstract GetColorizer : 
        ppColorizer:IVsColorizer byref -> int
function GetColorizer(
    ppColorizer : IVsColorizer
) : int

Paramètres

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsContainedLanguage Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms