CodeGenerator.GenerateCommentStatement(CodeCommentStatement) Méthode

Définition

Génère du code pour l'instruction Comment 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 le code.

Exceptions

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

S’applique à

Voir aussi