CodeTypeMember.Comments プロパティ

定義

型メンバーのコメント コレクションを取得します。

public:
 property System::CodeDom::CodeCommentStatementCollection ^ Comments { System::CodeDom::CodeCommentStatementCollection ^ get(); };
public System.CodeDom.CodeCommentStatementCollection Comments { get; }
member this.Comments : System.CodeDom.CodeCommentStatementCollection
Public ReadOnly Property Comments As CodeCommentStatementCollection

プロパティ値

メンバーのコメントを示す CodeCommentStatementCollection

注釈

このコレクション内のコメントは、メンバーの宣言の直前に生成されたソース ファイルに書き込まれます。

適用対象

こちらもご覧ください