This documentation is archived and is not being maintained.
AsyncContentLoadedState Enumeration
Visual Studio 2010
Contains values that specify the state of the content being loaded into a content element.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
| Member name | Description | |
|---|---|---|
| Beginning | Specifies that asynchronous loading of the content into the UI Automation element is beginning. | |
| 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. | |
| Completed | Specifies that asynchronous loading of the content into the UI Automation element is complete. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: