IBarcodeScannerPreviewActivatedEventArgs 接口

定义

介绍激活条形码扫描仪预览时使用的事件参数。

public interface class IBarcodeScannerPreviewActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.Guid(1735555452, 39359, 17225, 175, 34, 228, 18, 53, 96, 55, 28)]
struct IBarcodeScannerPreviewActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.Guid(1735555452, 39359, 17225, 175, 34, 228, 18, 53, 96, 55, 28)]
public interface IBarcodeScannerPreviewActivatedEventArgs : IActivatedEventArgs
Public Interface IBarcodeScannerPreviewActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
实现

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

属性

ConnectionId

获取用于匹配服务连接的连接 ID。

Kind

获取激活此应用的原因。

(继承自 IActivatedEventArgs)
PreviousExecutionState

获取此激活前应用的执行状态。

(继承自 IActivatedEventArgs)
SplashScreen

获取初始屏幕对象,该对象提供有关从初始屏幕过渡到激活的应用的信息。

(继承自 IActivatedEventArgs)

适用于