BarcodeScannerHideVideoPreviewRequest 클래스

정의

비디오 미리 보기 창을 숨기는 요청을 나타냅니다.

public ref class BarcodeScannerHideVideoPreviewRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BarcodeScannerHideVideoPreviewRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeScannerHideVideoPreviewRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BarcodeScannerHideVideoPreviewRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeScannerHideVideoPreviewRequest
Public NotInheritable Class BarcodeScannerHideVideoPreviewRequest
상속
Object IInspectable BarcodeScannerHideVideoPreviewRequest
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)

설명

시스템은 이 클래스의 인스턴스를 생성하고 HideVideoPreviewRequested 이벤트의 BarcodeScannerHideVideoPreviewRequestEventArgs 인수에 속성으로 설정합니다.

버전 기록

Windows 버전 SDK 버전 추가된 값
1809 17763 ReportFailedAsync(Int32)
1809 17763 ReportFailedAsync(Int32,String)

메서드

ReportCompletedAsync()

클라이언트 앱에 요청이 성공적으로 처리되었음을 알 수 있습니다.

ReportFailedAsync()

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알릴 수 있습니다.

ReportFailedAsync(Int32)

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알렸습니다.

ReportFailedAsync(Int32, String)

요청이 성공적으로 처리되지 않았다는 것을 클라이언트에 알렸습니다.

적용 대상