次の方法で共有


IXamlType.KeyType プロパティ

定義

この IXamlType がディクショナリ/マップを表す場合は、この IXamlTypeKey プロパティの型情報を提供する値を取得します。

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。

適用対象