Windows apps
Collapse the table of content
Expand the table of content
Information
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 specify the state of the content being loaded into a content element.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

<ComVisibleAttribute(True)>
<GuidAttribute("d8e55844-7043-4edc-979d-593cc6b4775e")>
Public Enumeration AsyncContentLoadedState

Member nameDescription
Beginning

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

Completed

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

Progress

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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft