共用方式為


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 物件集合。

屬性

適用於

另請參閱