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 |
取得智慧卡觸發程式來源的 Applet 識別碼。 |
TriggerData |
取得智慧卡觸發程式資料。 |
TriggerType |
取得智慧卡觸發程式類型。 |
方法
TryLaunchCurrentAppAsync(String) |
以非同步方式嘗試啟動目前的智慧卡應用程式,並傳遞指定的引數。 |
TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior) |
以非同步方式嘗試使用指定的行為啟動目前的智慧卡應用程式,並傳遞指定的引數。 |