BarcodeScannerCapabilities 类

定义

表示条形码扫描仪功能。

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

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

注解

检索 BarcodeScanner 对象的 Capabilities 属性时会访问此对象。

版本历史记录

Windows 版本 SDK 版本 已添加值
1809 17763 IsVideoPreviewSupported

属性

IsImagePreviewSupported

指示条形码扫描仪是否支持图像预览。

IsSoftwareTriggerSupported

指示条形码扫描仪是否支持软件触发器功能。

IsStatisticsReportingSupported

指示条形码扫描仪是否支持报告使用情况统计信息。

IsStatisticsUpdatingSupported

指示条形码扫描仪是否支持更新或重置使用情况统计信息。

IsVideoPreviewSupported

指示条形码扫描仪是否支持从附加的相机显示实时视频预览。

PowerReportingType

获取条形码扫描仪的电源报告类型。

适用于