WalletActionActivatedEventArgs.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 = walletActionActivatedEventArgs.actionId;
Public ReadOnly Property ActionId As String

属性值

String

Platform::String

winrt::hstring

操作的 ID,例如谓词的 ID、事务等。

实现

属性

适用于