IXamlType.KeyType Property

Definition

Gets a value that provides the type information for the Key property of this IXamlType, if this IXamlType represents a dictionary/map.

public:
 property IXamlType ^ KeyType { IXamlType ^ get(); };
IXamlType KeyType();
public IXamlType KeyType { get; }
var iXamlType = iXamlType.keyType;
Public ReadOnly Property KeyType As IXamlType

Property Value

The IXamlType information for the type of the key for dictionary usage; otherwise, null if this IXamlType does not represent a dictionary/map.

Applies to