Share via


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 物件。

適用於