共用方式為


WebUIWalletActionActivatedEventArgs.ActionId 屬性

定義

取得動作的識別碼,例如動詞的識別碼、交易等等。

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

屬性值

String

Platform::String

winrt::hstring

動作的識別碼,例如動詞的識別碼、交易等等。

實作

屬性

適用於