共用方式為


CodeGenerator.GenerateCommentStatements 方法

定義

為指定的註解陳述式產生程式碼。

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)

參數

e
CodeCommentStatementCollection

要產生程式碼的目標運算式。

適用於

另請參閱