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)

適用対象