Compartilhar via


Propriedade WalletItem.CustomProperties

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

Sintaxe

'Declaração
Public ReadOnly Property CustomProperties As IDictionary(Of String, CustomWalletProperty)
public IDictionary<string, CustomWalletProperty> CustomProperties { get; }
public:
property IDictionary<String^, CustomWalletProperty^>^ CustomProperties {
    IDictionary<String^, CustomWalletProperty^>^ get ();
}
member CustomProperties : IDictionary<string, CustomWalletProperty> with get

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, CustomWalletProperty>

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

WalletItem Classe

Namespace Microsoft.Phone.Wallet