SystemFunctionLockChangedEventArgs 类

定义

包含 SystemFunctionLockChanged 事件的事件数据。

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

Windows 要求

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

注解

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

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

属性

Handled

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

IsLocked

获取 SystemFunctionLockChanged 事件的 Fn 硬件系统按钮锁的状态。

Timestamp

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

适用于

另请参阅