共用方式為


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

取得用來比對服務連線的連線識別碼。

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

(繼承來源 IActivatedEventArgs)
SplashScreen

取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動之應用程式的相關資訊。

(繼承來源 IActivatedEventArgs)

適用於