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 A 表示該命名空間的註解。

適用於

另請參閱