指定した複数のコメント ステートメントのコードを生成します。
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);
パラメータ
- 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