CodeCommentStatement.Comment 屬性

定義

取得或設定註解的內容。

public:
 property System::CodeDom::CodeComment ^ Comment { System::CodeDom::CodeComment ^ get(); void set(System::CodeDom::CodeComment ^ value); };
public System.CodeDom.CodeComment Comment { get; set; }
member this.Comment : System.CodeDom.CodeComment with get, set
Public Property Comment As CodeComment

屬性值

CodeComment,表示註解。

適用於

另請參閱