SystemFunctionButtonEventArgs 类

定义

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

Windows 要求

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

注解

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

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

属性

Handled

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

Timestamp

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

适用于

另请参阅