CodeGenerator.GenerateCommentStatement(CodeCommentStatement) Méthode

Définition

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

e
CodeCommentStatement

Instruction pour laquelle générer du code.

Exceptions

La Comment propriété de n’est e pas définie.

S’applique à

Voir aussi