SmartCardEmulatorConnectionDeactivatedEventArgs 类

定义

提供 ConnectionDeactivated 事件的数据。

public ref class SmartCardEmulatorConnectionDeactivatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.SmartCards.SmartCardEmulatorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SmartCardEmulatorConnectionDeactivatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.SmartCards.SmartCardEmulatorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SmartCardEmulatorConnectionDeactivatedEventArgs
Public NotInheritable Class SmartCardEmulatorConnectionDeactivatedEventArgs
继承
Object Platform::Object IInspectable SmartCardEmulatorConnectionDeactivatedEventArgs
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v1.0 中引入)

注解

系统生成此类的实例,并将其作为参数传递给应用程序的 ConnectionDeactivated 事件处理程序。

属性

ConnectionProperties

获取智能卡模拟器的连接属性。

Reason

获取停用与 NFC 读卡器的智能卡连接的原因。

适用于

另请参阅