Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values that describe the progress of asynchronous loading of content.
Syntax
typedef enum AsyncContentLoadedState {
AsyncContentLoadedState_Beginning,
AsyncContentLoadedState_Progress,
AsyncContentLoadedState_Completed
} ;
Constants
AsyncContentLoadedState_BeginningLoading of the content into the UI Automation element is beginning. |
AsyncContentLoadedState_ProgressLoading of the content into the UI Automation element is in progress. |
AsyncContentLoadedState_CompletedLoading of the content into the UI Automation element is complete. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2003 [desktop apps | UWP apps] |
| Header | uiautomationcoreapi.h (include UIAutomation.h) |