Share via


WalletItem.Verbs 属性

定义

注意

ApplicationModel.Wallet 命名空间不再受支持,不久将弃用。 建议开发人员避免使用此命名空间。

获取与 电子钱包项关联的 WalletVerb 对象的集合。

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)

属性值

电子钱包项目关联的 WalletVerb 对象的集合。

属性

适用于

另请参阅