CoalesceEventsOptions 列挙 (uiautomationclient.h)
CoalesceEvents プロパティに指定できる値が含まれます。これは、アクセス可能なテクノロジ クライアントがすべてのイベントを受信するか、重複するイベントが検出されてフィルター処理されるサブセットを受け取るかを示します。
構文
typedef enum CoalesceEventsOptions {
CoalesceEventsOptions_Disabled = 0,
CoalesceEventsOptions_Enabled = 0x1
} ;
定数
CoalesceEventsOptions_Disabled 値: 0 イベント合体は無効です。 |
CoalesceEventsOptions_Enabled 値: 0x1 イベント合体が有効になっています。 |
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10バージョン 1607 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2016 [デスクトップ アプリのみ] |
Header | uiautomationclient.h (UIAutomation.h を含む) |