共用方式為


IXamlType.KeyType 屬性

定義

取得值,這個值會提供這個IXamlTypeKey屬性的類型資訊,如果這個IXamlType代表字典/對應。

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

屬性值

字典使用方式之索引鍵類型的 IXamlType 資訊;否則,如果這個 IXamlType 不代表字典/對應,則為 null。

適用於