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 アプリ] |
Header | uiautomationcoreapi.h (UIAutomation.h を含む) |