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 内容属性。 若要从返回的 XData XAML 节点流中读取值,请获取 Text 属性值。

适用于