BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync 方法

定义

通知客户端应用请求已成功处理。

public:
 virtual IAsyncAction ^ ReportCompletedAsync(BarcodeSymbologyAttributes ^ attributes) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(BarcodeSymbologyAttributes const& attributes);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(BarcodeSymbologyAttributes attributes);
function reportCompletedAsync(attributes)
Public Function ReportCompletedAsync (attributes As BarcodeSymbologyAttributes) As IAsyncAction

参数

attributes
BarcodeSymbologyAttributes

请求的条形码符号系统的属性。

返回

异步操作。

属性

注解

如果应用已成功完成操作,则应调用此方法。

适用于