SmartCardTriggerDetails 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关智能卡触发器的详细信息。
public ref class SmartCardTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardTriggerDetails
Public NotInheritable Class SmartCardTriggerDetails
- 继承
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (在 v1.0 中引入)
|
注解
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1703 | 15063 | 智能卡 |
属性
Emulator |
获取导致事件触发的智能卡模拟器。 |
SmartCard |
获取智能卡。 |
SourceAppletId |
获取智能卡触发器源小程序 ID。 |
TriggerData |
获取智能卡触发器数据。 |
TriggerType |
获取智能卡触发器类型。 |
方法
TryLaunchCurrentAppAsync(String) |
异步尝试启动当前智能卡应用,传递指定的参数。 |
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior) |
使用指定行为异步尝试启动当前智能卡应用,并传递指定的参数。 |