共用方式為


HoldingEventArgs 類別

定義

包含 保留 事件的事件資料。

public ref class HoldingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HoldingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HoldingEventArgs
Public NotInheritable Class HoldingEventArgs
繼承
Object Platform::Object IInspectable HoldingEventArgs
屬性

備註

若要支援使用觸控和手寫筆/手寫筆輸入保留,請在GestureSettings屬性中指定Hold

若要支援使用滑鼠輸入保留,請在GestureSettings屬性中指定HoldWithMouse

「保留」事件會引發兩次:一次當保留開始 (啟動) ,並在保留結束時再次引發 (完成取消) 。

注意

這個類別不是敏捷式的,這表示您需要考慮其執行緒模型和封送處理行為。 如需詳細資訊,請參閱執行緒和封送處理 (C++/CX) 在多執行緒環境中使用 Windows 執行階段 物件 (.NET)

屬性

HoldingState

取得 Holding 事件的狀態。

PointerDeviceType

取得輸入來源的裝置類型。

Position

取得觸控、滑鼠或手寫筆/手寫筆接觸的位置。

適用於