AsyncContentLoadedState 枚举

定义

包含一些值,它们指定要加载到内容元素中的内容的状态。

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
继承
AsyncContentLoadedState
属性

字段

Beginning 0

指定将内容异步加载到UI 自动化元素开始。

Completed 2

指定将内容异步加载到UI 自动化元素已完成。

Progress 1

指定将内容异步加载到UI 自动化元素正在进行中。 UI 自动化提供程序应指定完成百分比,以便客户端应用程序知道如何还剩余多少内容。

适用于

另请参阅