AsyncContentLoadedState Enumerated Type

Contains values that describe the progress of asynchronous loading of content.

Syntax

typedef enum {
    AsyncContentLoadedState_Beginning,
    AsyncContentLoadedState_Progress,
    AsyncContentLoadedState_Completed
} AsyncContentLoadedState;

Constants

  • AsyncContentLoadedState_Beginning
    Loading of the content into the Microsoft 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.

Enumerated Type Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP 1.0