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 部分。