IXamlType.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 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.