XamlLanguage.Key 属性

定义

从 XAML 获取指令XamlDirective的一个Key

public:
 static property System::Xaml::XamlDirective ^ Key { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Key { get; }
static member Key : System.Xaml.XamlDirective
Public Shared ReadOnly Property Key As XamlDirective

属性值

XAML 中的Key指令的 AXamlDirective

注解

指令 Key 用于字典中的对象。 请参阅 [MS-XAML] 第 5.3.5 节

适用于