XamlLanguage.XData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 XAML 型別的 XamlType,這個型別支援 XAML 中的 XData
區塊。
public:
static property System::Xaml::XamlType ^ XData { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType XData { get; }
static member XData : System.Xaml.XamlType
Public Shared ReadOnly Property XData As XamlType
屬性值
支援 XData
區塊之 XAML 型別的 XamlType。 請參閱 [MS-XAML] 第 5.2.23 節。