CodeNamespace.Comments Propiedad

Definición

Obtiene los comentarios del 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

CodeCommentStatementCollection que indica los comentarios del espacio de nombres.

Se aplica a

Consulte también