CodeNamespace.Comments Vlastnost

Definice

Získá komentáře pro obor názvů.

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

Hodnota vlastnosti

A CodeCommentStatementCollection , který označuje komentáře k oboru názvů.

Platí pro

Viz také