RefreshDataEventArgs.Items Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the list of wallet items to update.

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property Items As IList(Of WalletItem)
public IList<WalletItem> Items { get; internal set; }

Property Value

Type: System.Collections.Generic..::.IList<(Of <(WalletItem>)>)
The wallet items to update.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

RefreshDataEventArgs Class

Microsoft.Phone.Wallet Namespace