次の方法で共有


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

要求されたバーコード シンボルの属性。

戻り値

非同期操作。

属性

注釈

アプリが操作を正常に完了した場合は、このメソッドを呼び出す必要があります。

適用対象