共用方式為


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

條碼掃描器資料。

傳回

非同步作業。

屬性

適用於