SmartCardTriggerDetails クラス

定義

スマート カード トリガーの詳細を提供します。

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
継承
Object Platform::Object IInspectable SmartCardTriggerDetails
属性

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Devices.SmartCards.SmartCardBackgroundTriggerContract (v1.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 SmartCard

プロパティ

Emulator

イベントがトリガーされる原因となったスマート カード エミュレーターを取得します。

SmartCard

スマート カードを取得します。

SourceAppletId

スマート カード トリガーのソースのアプレット ID を取得します。

TriggerData

スマート カード トリガー データを取得します。

TriggerType

スマート カード トリガーの種類を取得します。

メソッド

TryLaunchCurrentAppAsync(String)

指定した引数を渡して、現在のスマート カード アプリを非同期的に起動しようとします。

TryLaunchCurrentAppAsync(String, SmartCardLaunchBehavior)

指定した動作を使用して、現在のスマート カード アプリを非同期的に起動し、指定した引数を渡します。

適用対象

こちらもご覧ください