共用方式為


SrgsText.Text 屬性

定義

取得或設定包含在 SrgsText 類別執行個體中的文字。

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

屬性值

String

包含在 SrgsText 執行個體中的文字。

例外狀況

嘗試將 Text 設定為 null

適用於