AttachableInputObject 类

定义

与窗口、视图或其他视觉元素关联的 InputActivationListener 对象的基类。

public ref class AttachableInputObject : IClosable
/// [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 AttachableInputObject : IClosable
[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 class AttachableInputObject : System.IDisposable
Public Class AttachableInputObject
Implements IDisposable
继承
Object Platform::Object IInspectable AttachableInputObject
派生
属性
实现

Windows 要求

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

注解

此类没有构造函数或任何属性、方法和事件。

此类派生自 Windows.Foundation.IClosable,它具有 一个 Close 方法,该方法在对象销毁后在内部调用,释放对象的资源并使其无效。

请勿直接调用 Close 方法,只需根据使用的语言销毁对象。

方法

Close()

终止 AttachableInputObject 实例。

Dispose()

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

适用于

另请参阅