CodeGenerator.GenerateCommentStatement(CodeCommentStatement) Metodo

Definizione

Genera il codice per l'istruzione di commento specificata.

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

Parametri

e
CodeCommentStatement

Istruzione per cui generare il codice.

Eccezioni

La proprietà Comment di e non è impostata.

Si applica a

Vedi anche