Share via


Wallet.GetItemsAsync Method

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

Syntax

'Declaration
Public Shared Function GetItemsAsync As Task(Of WalletItemCollection)
public static Task<WalletItemCollection> GetItemsAsync()
public:
static Task<WalletItemCollection^>^ GetItemsAsync()
static member GetItemsAsync : unit -> Task<WalletItemCollection> 

Return Value

Type: System.Threading.Tasks.Task<WalletItemCollection>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Wallet Class

Microsoft.Phone.Wallet Namespace