AsyncContentLoadedState-Enumeration (uiautomationcoreapi.h)

Enthält Werte, die den Fortschritt des asynchronen Ladens von Inhalten beschreiben.

Syntax

typedef enum AsyncContentLoadedState {
  AsyncContentLoadedState_Beginning,
  AsyncContentLoadedState_Progress,
  AsyncContentLoadedState_Completed
} ;

Konstanten

 
AsyncContentLoadedState_Beginning
Das Laden des Inhalts in das Benutzeroberflächenautomatisierung-Element beginnt.
AsyncContentLoadedState_Progress
Das Laden des Inhalts in das Benutzeroberflächenautomatisierung-Element wird ausgeführt.
AsyncContentLoadedState_Completed
Das Laden des Inhalts in das Benutzeroberflächenautomatisierung-Element ist abgeschlossen.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [Desktop-Apps | UWP-Apps]
Kopfzeile uiautomationcoreapi.h (include UIAutomation.h)