Share via


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,表示成員的註解。

備註

這個集合中的批註會在成員宣告之前寫入產生的原始程序檔。

適用於

另請參閱