共用方式為


XData.Text 屬性

定義

取得或設定這個 XData 包裹的字面值字串。

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

屬性值

字面上的數值字串。

備註

Text 是 的 XDataXAML 內容屬性。 要從 XAML 節點串流讀取 ,其中 XData 回傳 ,取得 Text 屬性值。

適用於