包含值,描述異步載入內容的進度。
Syntax
typedef enum AsyncContentLoadedState {
AsyncContentLoadedState_Beginning,
AsyncContentLoadedState_Progress,
AsyncContentLoadedState_Completed
} ;
常數
AsyncContentLoadedState_Beginning正在開始將內容載入 使用者介面自動化 專案。 |
AsyncContentLoadedState_Progress正在將內容載入至 使用者介面自動化 專案。 |
AsyncContentLoadedState_Completed將內容載入 使用者介面自動化 專案已完成。 |
規格需求
| 需求 | 值 |
|---|---|
| 最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
| 最低支援的伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
| 標頭 | uiautomationcoreapi.h (包含 UIAutomation.h) |