BarcodeScannerDataReceivedEventArgs 类

定义

提供 来自 DataReceived 事件的条形码数据。

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

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 中引入)

注解

此对象由 DataReceived 事件创建,作为 参数返回到 TypedEventHandler 委托。

属性

Report

DataReceived 事件获取数据。

适用于