CodeComment.Text 屬性

定義

取得或設定留言的文字。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

屬性值

一個包含評論文字的字串。

備註

此屬性的文字不應包含換行符。 若需多行,則應定義多個 CodeComment 物件。

適用於