IWalletActionActivatedEventArgs.ActionKind 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对 WalletItem 执行的操作。
public:
property WalletActionKind ActionKind { WalletActionKind get(); };
WalletActionKind ActionKind();
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")]
WalletActionKind ActionKind();
public WalletActionKind ActionKind { get; }
public WalletActionKind ActionKind { [Windows.Foundation.Metadata.Deprecated("IWalletActionActivatedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Wallet.WalletContract")] get; }
var walletActionKind = iWalletActionActivatedEventArgs.actionKind;
Public ReadOnly Property ActionKind As WalletActionKind
属性值
对 WalletItem 执行的操作。
- 属性