XamlType.KeyType 属性

定义

如果 XamlType 表示字典,则获取一个值,该值为此 XamlType 的键属性提供类型信息。

public:
 property System::Xaml::XamlType ^ KeyType { System::Xaml::XamlType ^ get(); };
public System.Xaml.XamlType KeyType { get; }
member this.KeyType : System.Xaml.XamlType
Public ReadOnly Property KeyType As XamlType

属性值

XamlType

字典用法键的类型的 XamlType 对象;否则,如果此 XamlType 不表示字典,则为 null

注解

仅当此属性表示字典 (IsDictionary true) 时,此属性XamlType才相关。

如果不对派 XamlType生类使用默认的内部 CLR 反射技术,则对此属性的调用可以调用 LookupKeyType 派生类上的 XamlType 替代。 有关返回值和其他行为的详细信息,请参阅有关此类型的文档 LookupKeyType

适用于