asyncContentLoadedState 枚举 (uiautomationcoreapi.h)

包含描述异步加载内容进度的值。

语法

typedef enum AsyncContentLoadedState {
  AsyncContentLoadedState_Beginning,
  AsyncContentLoadedState_Progress,
  AsyncContentLoadedState_Completed
} ;

常量

 
AsyncContentLoadedState_Beginning
正在开始将内容加载到 UI 自动化 元素中。
AsyncContentLoadedState_Progress
正在将内容加载到 UI 自动化 元素中。
AsyncContentLoadedState_Completed
将内容加载到 UI 自动化 元素中已完成。

要求

要求
最低受支持的客户端 Windows XP [桌面应用 | UWP 应用]
最低受支持的服务器 Windows Server 2003 [桌面应用 | UWP 应用]
标头 uiautomationcoreapi.h (包括 UIAutomation.h)