LightSensorDataThreshold 类

定义

提供对轻型数据阈值的访问, (也称为更改敏感度) 。

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

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

注解

阈值用于配置传感器硬件如何筛选发送到应用程序的数据。 应用程序可以配置阈值,让硬件筛选掉传感器数据中的任何不相关的更改。

属性

AbsoluteLux

获取或设置达到阈值所需的光 (照度) 的最小变化,以绝对照度单位度量。

LuxPercentage

获取或设置达到阈值所需的光 (照度) 的最小变化(以百分比为单位)。

适用于

另请参阅