XData.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個 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 內容屬性。 若要從傳回的 XData
XAML 節點資料流讀取值,請取得 Text 屬性值。