共用方式為


IUIAutomation6::get_CoalesceEvents 方法 (uiautomationclient.h)

取得或設定可存取的技術用戶端是否接收所有事件,或偵測及篩選重複事件的子集。

這是可讀寫的屬性。

語法

HRESULT get_CoalesceEvents(
  [in] CoalesceEventsOptions *coalesceEventsOptions
);

參數

[in] coalesceEventsOptions

類型: CoalesceEventsOptions

值,指出是否篩選事件。 預設值為 CoalesceEventsOptions_Disabled

傳回值

規格需求

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

另請參閱

IUIAutomation6 介面