BarcodeScannerGetSymbologyAttributesRequest.ReportCompletedAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求が正常に処理されたことをクライアント アプリに通知します。
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
要求されたバーコード シンボルの属性。
戻り値
非同期操作。
- 属性
注釈
アプリが操作を正常に完了した場合は、このメソッドを呼び出す必要があります。