次の方法で共有


CodeNamespace.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

適用対象

こちらもご覧ください