共用方式為


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

備註

只有在這個 XamlType 表示字典 (IsDictionary) true 時,這個屬性才相關。

如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlTypeLookupKeyType 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupKeyType

適用於