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

適用於

另請參閱