XamlType.KeyType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 不表示字典,則為 null
。
備註
只有在這個 XamlType 表示字典 (IsDictionary) true
時,這個屬性才相關。
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlType 叫 LookupKeyType 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupKeyType 。