Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.31 KB

walletitemcustomproperty.md

File metadata and controls

24 lines (17 loc) · 1.31 KB
-api-id -api-type
T:Windows.ApplicationModel.Wallet.WalletItemCustomProperty
winrt class

Windows.ApplicationModel.Wallet.WalletItemCustomProperty

-description

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Defines a custom property on a wallet item. Apps can show data in the details view or back of card view of the item.

-remarks

WalletItemCustomProperty values are stored in the DisplayProperties property of a WalletItem. In addition to the basic data (Name and Value) a WalletItemCustomProperty object has other properties that influence how the property appears in the default wallet UI (for example SummaryViewPosition, DetailViewPosition).

-examples

-see-also

WalletItem, WalletItem.DisplayProperties, Quickstart: Using the APIs