BarcodeScannerErrorOccurredEventArgs クラス

定義

ErrorOccurred イベントのデータを提供します。

public ref class BarcodeScannerErrorOccurredEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeScannerErrorOccurredEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeScannerErrorOccurredEventArgs
Public NotInheritable Class BarcodeScannerErrorOccurredEventArgs
継承
Object Platform::Object IInspectable BarcodeScannerErrorOccurredEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このオブジェクトは ErrorOccurred イベントによって作成され、 TypedEventHandler デリゲートの引数として返されます。

プロパティ

ErrorData

ErrorOccurred イベントに関連付けられているデータを取得します。

IsRetriable

操作で別の試行を行う価値があるかどうかを示します。

PartialInputData

正常に読み取られたデータを取得します。

適用対象