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)

적용 대상