InputActivationListener 类

定义

提供访问和观察窗口、视图或其他可视元素的激活状态更改的功能。

public ref class InputActivationListener sealed : AttachableInputObject
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InputActivationListener final : AttachableInputObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InputActivationListener : AttachableInputObject
Public NotInheritable Class InputActivationListener
Inherits AttachableInputObject
继承
Object Platform::Object IInspectable AttachableInputObject InputActivationListener
属性

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

属性

State

获取窗口、视图或其他可视元素的激活状态。

方法

Close()

终止 AttachableInputObject 实例。

(继承自 AttachableInputObject)
Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

(继承自 AttachableInputObject)

事件

InputActivationChanged

当窗口、视图或其他可视元素完成转换到新的激活状态时发生。

适用于

另请参阅