WebUIWalletActionActivatedEventArgs.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 = webUIWalletActionActivatedEventArgs.actionKind;
Public ReadOnly Property ActionKind As WalletActionKind
プロパティ値
WalletItem で実行されたアクションを取得します。
実装
- 属性