Partager via


IVsColorizer2.EndColorization, méthode

Interrompt ou termine des opérations de colorisation.

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 EndColorization As Integer
int EndColorization()
int EndColorization()
abstract EndColorization : unit -> int
function EndColorization() : int

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

L'environnement de Visual Studio appelle cette méthode avant de commencer toutes les opérations, telles que l'insertion automatique de code et le formatage, qui peuvent être en conflit avec la colorisation.

L'implémentation doit interrompre des opérations de l'implémentation d'IVsColorizer de services linguistiques.

Signature de COM

De textmgr2.idl :

void IVsColorizer2::EndColorization();

Sécurité .NET Framework

Voir aussi

Référence

IVsColorizer2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms