The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AsyncContentLoadedState enumeration
Contains values that describe the progress of asynchronous loading of content.
Syntax
enum AsyncContentLoadedState {
AsyncContentLoadedState_Beginning,
AsyncContentLoadedState_Progress,
AsyncContentLoadedState_Completed
};
Constants
- AsyncContentLoadedState_Beginning
-
Loading of the content into the UI Automation element is beginning.
- AsyncContentLoadedState_Progress
-
Loading of the content into the UI Automation element is in progress.
- AsyncContentLoadedState_Completed
-
Loading of the content into the UI Automation element is complete.
Requirements
|
Minimum supported client |
Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
Show: