Compartilhar via


Propriedade RefreshDataEventArgs.Items

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

Sintaxe

'Declaração
Public Property Items As IList(Of WalletItem)
public IList<WalletItem> Items { get; internal set; }
public:
property IList<WalletItem^>^ Items {
    IList<WalletItem^>^ get ();
    internal: void set (IList<WalletItem^>^ value);
}
member Items : IList<WalletItem> with get, internal set

Valor de propriedade

Tipo: System.Collections.Generic.IList<WalletItem>

Informações sobre versão

.NET para aplicativos do Windows Phone

Com suporte em: Windows Phone 8, Silverlight 8.1

Segurança do .NET Framework

Consulte também

Referência

RefreshDataEventArgs Classe

Namespace Microsoft.Phone.Wallet