共用方式為


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()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

適用於

另請參閱