Condividi tramite


CodeNamespace.Comments Proprietà

Definizione

Ottiene i commenti per lo spazio dei nomi.

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

Valore della proprietà

CodeCommentStatementCollection che indica i commenti per lo spazio dei nomi.

Si applica a

Vedi anche