XamlLanguage.Object 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Object
XAML 語言概念的 XamlType。
public:
static property System::Xaml::XamlType ^ Object { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Object { get; }
member this.Object : System.Xaml.XamlType
Public Shared ReadOnly Property Object As XamlType
屬性值
Object
XAML 語言概念的 XamlType。
備註
XAML 指定 x:Object
為特殊語言概念。 請參閱 [MS-XAML] 5.2.5 節。