Compartilhar via


CodeNamespace.Comments Propriedade

Definição

Obtém os comentários para o 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 da propriedade

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

Aplica-se a

Confira também