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,指示成员的注释。

注解

此集合中的注释在成员声明之前写入生成的源文件。

适用于

另请参阅