XamlLanguage.Object 属性

定义

获取 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

属性值

XamlType

Object XAML 语言概念的 XamlType

注解

XAML 指定 x:Object 为特殊语言概念。 请参阅 [MS-XAML]第 5.2.5 部分

适用于