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

指定開始將內容非同步載入至消費者介面自動化專案。

Completed 2

指定將內容非同步載入至消費者介面自動化專案已完成。

Progress 1

指定將內容非同步載入至消費者介面自動化專案正在進行中。 使用者介面自動化提供者應指定完成的百分比,讓用戶端應用程式知道還剩多少內容。

適用於

另請參閱