XamlType.KeyType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
A XamlType object for the type of the key for dictionary usage, otherwise, null
, if this XamlType does not represent a dictionary.
Remarks
This property is only relevant if this XamlType represents a dictionary (IsDictionary is true
).
If you do not use the default internal CLR reflection technique for a XamlType, calls to this property can invoke LookupKeyType overrides on XamlType derived classes. For more information about return values and other behavior, see the documentation for LookupKeyType on this type.