CodeGenerator.GenerateLinePragmaEnd(CodeLinePragma) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère du code pour la fin du pragma de ligne spécifiée.
protected:
abstract void GenerateLinePragmaEnd(System::CodeDom::CodeLinePragma ^ e);
protected abstract void GenerateLinePragmaEnd (System.CodeDom.CodeLinePragma e);
abstract member GenerateLinePragmaEnd : System.CodeDom.CodeLinePragma -> unit
Protected MustOverride Sub GenerateLinePragmaEnd (e As CodeLinePragma)
Paramètres
Fin du pragma de ligne pour lequel générer le code.