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,指示命名空间的注释。

适用于

另请参阅