다음을 통해 공유


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

속성 값

String

Platform::String

winrt::hstring

동사의 ID, 트랜잭션 등과 같은 작업의 ID입니다.

특성

적용 대상