次の方法で共有


WalletItem.DisplayProperties プロパティ

定義

注意事項

ApplicationModel.Wallet 名前空間はサポートされなくなり、間もなく非推奨になります。 開発者は、この名前空間を使用しないようにすることをお勧めします。

ウォレット アイテムに関連付けられている WalletItemCustomProperty オブジェクトのコレクションを取得します。

public:
 property IMap<Platform::String ^, WalletItemCustomProperty ^> ^ DisplayProperties { IMap<Platform::String ^, WalletItemCustomProperty ^> ^ get(); };
IMap<winrt::hstring, WalletItemCustomProperty const&> DisplayProperties();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, WalletItemCustomProperty const&> DisplayProperties();
public IDictionary<string,WalletItemCustomProperty> DisplayProperties { get; }
public IDictionary<string,WalletItemCustomProperty> DisplayProperties { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = walletItem.displayProperties;
Public ReadOnly Property DisplayProperties As IDictionary(Of String, WalletItemCustomProperty)

プロパティ値

ウォレット アイテムに関連付けられている WalletItemCustomProperty オブジェクトのコレクション。

属性

注釈

DisplayProperties マップのキーは、通常、ユーザー UI には使用されません。 これは、個々のカスタム プロパティを区別するために使用するプログラミング識別子です。 この識別子は、 WalletItemCustomProperty の構築の一部ではありません。DisplayProperties コレクションにカスタム プロパティの 1 つを追加するときに選択します。

適用対象

こちらもご覧ください