SystemFunctionLockIndicatorChangedEventArgs 类

定义

包含 SystemFunctionLockIndicatorChanged 事件的事件数据。

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

Windows 要求

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

注解

此 API 旨在供辅助工具用作从硬件系统按钮截获事件的低级别挂钩。

SystemButtonEventController 事件注册在系统范围内应用,先到先得。 如果应用程序或服务将 SystemButtonEventController 事件 Handled 属性设置为 true,则在该应用或服务之后为同一事件通知注册的应用程序或服务将不会收到通知。

属性

Handled

获取或设置一个值,该值将 SystemFunctionLockIndicatorChanged 事件标记为已处理。

IsIndicatorOn

获取 SystemFunctionLockIndicatorChanged 事件的 Fn 硬件系统按钮锁定指示器的状态。

Timestamp

获取 SystemFunctionLockIndicatorChanged 事件的日期和时间。

适用于

另请参阅