WalletActionActivatedEventArgs.ItemId 属性

定义

获取用户对其执行操作的 WalletItem 的 ID。

public:
 property Platform::String ^ ItemId { Platform::String ^ get(); };
winrt::hstring ItemId();
/// [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 ItemId();
public string ItemId { get; }
public string ItemId { [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.itemId;
Public ReadOnly Property ItemId As String

属性值

String

Platform::String

winrt::hstring

用户对其执行操作的 WalletItem 的 ID。

实现

属性

适用于