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 [僅限傳統型應用程式] |
標頭 | uiautomationcoreapi.h |