Compartir a través de


CodeNamespace.Comments Propiedad

Definición

Obtiene los comentarios para el espacio de nombres.

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 propiedad

Un objeto CodeCommentStatementCollection que indica los comentarios para el espacio de nombres.

Se aplica a

Consulte también