WalletItem.CustomProperties - свойство

Пространство имен:  Microsoft.Phone.Wallet
Сборка:  Microsoft.Phone (в Microsoft.Phone.dll)

Синтаксис

'Декларация
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

Значение свойства

Тип: System.Collections.Generic.IDictionary<String, CustomWalletProperty>

Сведения о версии

Приложения .NET для Windows Phone

Поддерживается в версиях: Windows Phone 8, Silverlight 8.1

Безопасность платформы .NET Framework

См. также

Ссылки

WalletItem Класс

Microsoft.Phone.Wallet - пространство имен