다음을 통해 공유


IWalletActionActivatedEventArgs.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 = iWalletActionActivatedEventArgs.itemId;
Public ReadOnly Property ItemId As String

속성 값

String

Platform::String

winrt::hstring

사용자가 작업을 수행한 WalletItem 의 ID입니다.

특성

적용 대상