共用方式為


SynchronizedInputType 列舉

定義

提供一組常數,識別 ISynchronizedInputProvider Microsoft UI 自動化介面所使用的常數。

public enum class SynchronizedInputType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SynchronizedInputType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SynchronizedInputType
Public Enum SynchronizedInputType
繼承
SynchronizedInputType
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

KeyDown 2

已按下按鍵。

KeyUp 1

已放開按鍵。

LeftMouseDown 8

已按下滑鼠左鍵。

LeftMouseUp 4

已放開滑鼠左鍵。

RightMouseDown 32

已按下滑鼠右鍵。

RightMouseUp 16

已放開滑鼠右鍵。

備註

SynchronizedInputType 的值會由 StartListening 方法當做輸入參數使用。

SynchronizedInputType 中的值會平行處理 SynchronizedInputType 列舉中的值。

適用於

另請參閱