CodeTypeMember.Comments Propiedad

Definición

Obtiene la colección de comentarios del miembro del tipo.

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 miembro.

Comentarios

Los comentarios de esta colección se escriben en el archivo de origen generado justo antes de la declaración del miembro.

Se aplica a

Consulte también