次の方法で共有


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

バーコード スキャナー データ。

戻り値

非同期操作。

属性

適用対象