IBarcodeScannerPreviewActivatedEventArgs Interface

Definition

Describes event arguments used in activating the barcode scanner preview.

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
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Properties

ConnectionId

Gets a connection ID used to match the service connection.

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)

Applies to