IUIAutomation2::get_ConnectionTimeout 方法 (uiautomationclient.h)
指定UI 自动化等待提供程序响应自动化元素的客户端请求的时间长度。
此属性是可读写的。
语法
HRESULT get_ConnectionTimeout(
[out] DWORD *timeout
);
参数
[out] timeout
类型:DWORD
超时期限的持续时间(以毫秒为单位)。
返回值
无
备注
默认连接超时值为 2 秒。 响应式UI 自动化提供程序通常可以在短时间内将自动化元素返回给客户端。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2012 [仅限桌面应用] |
目标平台 | Windows |
标头 | uiautomationclient.h (包括 UIAutomation.h) |
DLL | UIAutomationCore.dll |