IWalletActionActivatedEventArgs.ActionId プロパティ

定義

動詞の ID、トランザクションなど、アクションの ID を取得します。

public:
 property Platform::String ^ ActionId { Platform::String ^ get(); };
winrt::hstring ActionId();
/// [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")]
winrt::hstring ActionId();
public string ActionId { get; }
public string ActionId { [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 string = iWalletActionActivatedEventArgs.actionId;
Public ReadOnly Property ActionId As String

プロパティ値

String

Platform::String

winrt::hstring

アクションの ID (動詞の ID、トランザクションなど)。

属性

適用対象