次の方法で共有


WebUIBarcodeScannerPreviewActivatedEventArgs クラス

定義

バーコード スキャナー プレビューでアプリがアクティブになったときのイベント情報を提供します。

public ref class WebUIBarcodeScannerPreviewActivatedEventArgs sealed : IActivatedEventArgsWithUser, IBarcodeScannerPreviewActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUIBarcodeScannerPreviewActivatedEventArgs final : IActivatedEventArgsWithUser, IBarcodeScannerPreviewActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUIBarcodeScannerPreviewActivatedEventArgs : IActivatedEventArgsWithUser, IBarcodeScannerPreviewActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIBarcodeScannerPreviewActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IBarcodeScannerPreviewActivatedEventArgs
継承
Object Platform::Object IInspectable WebUIBarcodeScannerPreviewActivatedEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

注釈

ユーザーがスキャンのためにバーコードでデバイスを目指すことができるように、アプリがアクティブ化され、カメラからの画像が表示されるときにデータを rovides します。

プロパティ

ActivatedOperation

アプリのアクティブ化を管理する オブジェクトを取得します。

ConnectionId

サービス接続と一致するために使用される接続 ID を取得します。

Kind

アプリをアクティブ化したアクションの種類を取得します。

PreviousExecutionState

アクティブ化される前のアプリの実行状態を取得します。

SplashScreen

スプラッシュ スクリーン からアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

User

バーコード スキャナー プレビューのユーザーを取得します。

適用対象