Partager via


WalletActionActivatedEventArgs.ItemId Propriété

Définition

Obtient l’ID de l’objet WalletItem sur lequel l’utilisateur a effectué l’action.

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

Valeur de propriété

String

Platform::String

winrt::hstring

ID de l’objet WalletItem sur lequel l’utilisateur a effectué l’action.

Implémente

Attributs

S’applique à