共用方式為


CoalesceEventsOptions 列舉 (uiautomationclient.h)

包含 CoalesceEvents 屬性的可能值,指出可存取的技術用戶端是否接收所有事件,或偵測並篩選重複事件的子集。

Syntax

typedef enum CoalesceEventsOptions {
  CoalesceEventsOptions_Disabled = 0,
  CoalesceEventsOptions_Enabled = 0x1
} ;

常數

 
CoalesceEventsOptions_Disabled
值: 0
事件聯合已停用。
CoalesceEventsOptions_Enabled
值: 0x1
已啟用事件聯合。

規格需求

需求
最低支援的用戶端 Windows 10 1607 版 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2016 [僅限傳統型應用程式]
標頭 uiautomationclient.h (包含 UIAutomation.h)

另請參閱

CoalesceEvents