Freigeben über


BarcodeScannerProviderConnection.ReportScannedDataAsync Methode

Definition

Sendet einen Barcodescannerdatenbericht an die Client-App.

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

Parameter

report
BarcodeScannerReport

Die Barcodescannerdaten.

Gibt zurück

Ein asynchroner Vorgang.

Attribute

Gilt für: