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 A 表示該成員的評論。

備註

此集合中的註解會在成員宣告前寫入產生的原始檔案。

適用於

另請參閱