CodeGenerator.GenerateComment(CodeComment) 方法

定义

为指定的注释生成代码。Generates code for the specified comment.

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

要为其生成代码的 CodeCommentA CodeComment to generate code for.

适用于

另请参阅