AsyncContentLoadedState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含值,指定正在載入內容項目中之內容的狀態。
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
- 繼承
- 屬性
欄位
Beginning | 0 | 指定開始將內容非同步載入至消費者介面自動化專案。 |
Completed | 2 | 指定將內容非同步載入至消費者介面自動化專案已完成。 |
Progress | 1 | 指定將內容非同步載入至消費者介面自動化專案正在進行中。 使用者介面自動化提供者應指定完成的百分比,讓用戶端應用程式知道還剩多少內容。 |