AsyncContentLoadedState Enum

Definition

Contains values that specify the state of the content being loaded into a content element.

public enum class AsyncContentLoadedState
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("d8e55844-7043-4edc-979d-593cc6b4775e")]
public enum AsyncContentLoadedState
public enum AsyncContentLoadedState
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("d8e55844-7043-4edc-979d-593cc6b4775e")>]
type AsyncContentLoadedState = 
type AsyncContentLoadedState = 
Public Enum AsyncContentLoadedState
Inheritance
AsyncContentLoadedState
Attributes

Fields

Beginning 0

Specifies that asynchronous loading of the content into the UI Automation element is beginning.

Completed 2

Specifies that asynchronous loading of the content into the UI Automation element is complete.

Progress 1

Specifies that asynchronous loading of the content into the UI Automation element is in progress. UI Automation providers should specify the percent complete so that client applications will know how much more content remains.

Applies to

See also