CodeNamespace.Comments プロパティ
名前空間のコメントを取得します。
Public ReadOnly Property Comments As CodeCommentStatementCollection
[C#]
public CodeCommentStatementCollection Comments {get;}
[C++]
public: __property CodeCommentStatementCollection* get_Comments();
[JScript]
public function get Comments() : CodeCommentStatementCollection;
プロパティ値
名前空間のコメントを示す CodeCommentStatementCollection 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeNamespace クラス | CodeNamespace メンバ | System.CodeDom 名前空間 | CodeCommentStatementCollection