다음을 통해 공유


BarcodeScannerProviderConnection.ReportScannedDataAsync 메서드

정의

클라이언트 앱에 바코드 스캐너 데이터 보고서를 보냅니다.

public:
 virtual IAsyncAction ^ ReportScannedDataAsync(BarcodeScannerReport ^ report) = ReportScannedDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportScannedDataAsync(BarcodeScannerReport const& report);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportScannedDataAsync(BarcodeScannerReport report);
function reportScannedDataAsync(report)
Public Function ReportScannedDataAsync (report As BarcodeScannerReport) As IAsyncAction

매개 변수

report
BarcodeScannerReport

바코드 스캐너 데이터입니다.

반환

비동기 작업입니다.

특성

적용 대상