共用方式為


CodeGenerator.GenerateComment(CodeComment) 方法

定義

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

protected:
 abstract void GenerateComment(System::CodeDom::CodeComment ^ e);
protected abstract void GenerateComment (System.CodeDom.CodeComment e);
abstract member GenerateComment : System.CodeDom.CodeComment -> unit
Protected MustOverride Sub GenerateComment (e As CodeComment)

參數

e
CodeComment

要為其產生程式碼的 CodeComment

適用於

另請參閱