CodeGenerator.GenerateComment(CodeComment) Metodo

Definizione

Genera il codice per il commento specificato.

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)

Parametri

e
CodeComment

Oggetto CodeComment per il quale deve essere generato il codice.

Si applica a

Vedi anche