CodeNamespace.Comments Egenskap

Definition

Hämtar kommentarerna för namnområdet.

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

Egenskapsvärde

En CodeCommentStatementCollection som anger kommentarerna för namnområdet.

Gäller för

Se även