WalletItem.Verbs Property

Definition

Caution

The ApplicationModel.Wallet namespace is no longer supported, and will soon be deprecated. Developers are encouraged to avoid using this namespace.

Gets the collection of WalletVerb objects associated with the wallet item.

public:
 property IMap<Platform::String ^, WalletVerb ^> ^ Verbs { IMap<Platform::String ^, WalletVerb ^> ^ get(); };
IMap<winrt::hstring, WalletVerb const&> Verbs();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, WalletVerb const&> Verbs();
public IDictionary<string,WalletVerb> Verbs { get; }
public IDictionary<string,WalletVerb> Verbs { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = walletItem.verbs;
Public ReadOnly Property Verbs As IDictionary(Of String, WalletVerb)

Property Value

The collection of WalletVerb objects associated with the wallet item.

Attributes

Applies to

See also