XamlLanguage.Key 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 XAML 获取 Key
指令的 XamlDirective。
public:
static property System::Xaml::XamlDirective ^ Key { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Key { get; }
member this.Key : System.Xaml.XamlDirective
Public Shared ReadOnly Property Key As XamlDirective
属性值
来自 XAML 的 Key
指令的 XamlDirective。
注解
指令 Key
用于字典中的对象。 请参阅 [MS-XAML]第 5.3.5 部分。