BarcodeScannerErrorOccurredEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
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 |
正常に読み取られたデータを取得します。 |