CodeTypeMember.Comments Proprietà

Definizione

Ottiene l'insieme di commenti per il membro del tipo.

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

Valore della proprietà

CodeCommentStatementCollection che indica i commenti per il membro.

Commenti

I commenti in questa raccolta vengono scritti nel file di origine generato subito prima della dichiarazione del membro.

Si applica a

Vedi anche