CodeGenerator.GenerateCommentStatement(CodeCommentStatement) 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 l’instruction de commentaire spécifiée.
protected:
virtual void GenerateCommentStatement(System::CodeDom::CodeCommentStatement ^ e);
protected virtual void GenerateCommentStatement(System.CodeDom.CodeCommentStatement e);
abstract member GenerateCommentStatement : System.CodeDom.CodeCommentStatement -> unit
override this.GenerateCommentStatement : System.CodeDom.CodeCommentStatement -> unit
Protected Overridable Sub GenerateCommentStatement (e As CodeCommentStatement)
Paramètres
Instruction pour laquelle générer du code.
Exceptions
La Comment propriété de n’est e pas définie.