Partager via


CodeGenerator.GenerateCommentStatements Méthode

Définition

Génère du code pour les instructions Comment spécifiées.

protected:
 virtual void GenerateCommentStatements(System::CodeDom::CodeCommentStatementCollection ^ e);
protected virtual void GenerateCommentStatements (System.CodeDom.CodeCommentStatementCollection e);
abstract member GenerateCommentStatements : System.CodeDom.CodeCommentStatementCollection -> unit
override this.GenerateCommentStatements : System.CodeDom.CodeCommentStatementCollection -> unit
Protected Overridable Sub GenerateCommentStatements (e As CodeCommentStatementCollection)

Paramètres

e
CodeCommentStatementCollection

L’expression pour laquelle le code est généré.

S’applique à

Voir aussi