Compartilhar via


WalletItem.Verbs Propriedade

Definição

Cuidado

O namespace ApplicationModel.Wallet não tem mais suporte e em breve será preterido. Os desenvolvedores são incentivados a evitar o uso desse namespace.

Obtém a coleção de objetos WalletVerb associados ao item de carteira.

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)

Valor da propriedade

A coleção de objetos WalletVerb associados ao item de carteira.

Atributos

Aplica-se a

Confira também