UiaAsyncContentLoadedEventArgs 構造体 (uiautomationcoreapi.h)
メモ この構造は非推奨です。
構文
struct UiaAsyncContentLoadedEventArgs {
EventArgsType Type;
int EventId;
AsyncContentLoadedState AsyncContentLoadedState;
double PercentComplete;
};
メンバー
Type
種類: EventArgsType
イベントの種類を示す EventArgsType 列挙型の値。
EventId
型: int
イベントの識別子。 イベント識別子の一覧については、「 イベント識別子」を参照してください。
AsyncContentLoadedState
非同期読み込みの状態を示す AsyncContentLoadedState 列挙型の値。
PercentComplete
型: double
完了した読み込みの割合。
要件
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | uiautomationcoreapi.h |