UIStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出檔案選擇器 UI 的狀態。
public enum class UIStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UIStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UIStatus
var value = Windows.Storage.Provider.UIStatus.unavailable
Public Enum UIStatus
- 繼承
-
UIStatus
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
欄位
Complete | 3 | 檔案選擇器目前顯示 UI 和全部 這表示 UI 目前正在顯示,而且應用程式已完成回應所有 FileUpdateRequested 事件。 |
1 | 檔案選擇器未顯示 UI,但可以要求 UI。 如果提供更新要求 UI 的應用程式完成對 FileUpdateRequested 事件的回應,並將 FileUpdateRequest.Status 設定為 FileUpdateStatus.UserInputNeeded, UIRequested 事件將會引發,指出 UI 會立即顯示,而新的 FileUpdateRequested 事件將會針對相同的檔案引發 () ,讓應用程式可以取得使用者的輸入並順利完成要求。 |
|
Unavailable | 0 | 檔案選擇器未顯示 UI,而且無法要求 UI。 如果提供更新要求 UI 的應用程式完成對 FileUpdateRequested 事件的回應,並將 FileUpdateRequest.Status 設定為 FileUpdateStatus.UserInputNeeded,應用程式將會立即關閉,而失敗可能會回報給觸發更新的應用程式。 |
Visible | 2 | 檔案選擇器目前顯示 UI,因為應用程式要求 UI。 |