CodeNamespace.Comments Propriedade

Definição

Recebe os comentários do namespace.

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

Valor de Propriedade

A CodeCommentStatementCollection que indica os comentários para o namespace.

Aplica-se a

Ver também