次の方法で共有


CodeGenerator.GenerateCommentStatements メソッド

指定した複数のコメント ステートメントのコードを生成します。

Protected Overridable Sub GenerateCommentStatements( _
   ByVal e As CodeCommentStatementCollection _)
[C#]
protected virtual void GenerateCommentStatements(CodeCommentStatementCollectione);
[C++]
protected: virtual void GenerateCommentStatements(CodeCommentStatementCollection* e);
[JScript]
protected function GenerateCommentStatements(
   e : CodeCommentStatementCollection);

パラメータ

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodeGenerator クラス | CodeGenerator メンバ | System.CodeDom.Compiler 名前空間 | CodeCommentStatementCollection