AsyncContentLoadedState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
Beginning | 0 | Specifies that asynchronous loading of the content into the UI Automation element is beginning. |
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. |
Completed | 2 | Specifies that asynchronous loading of the content into the UI Automation element is complete. |