RenewalStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 從 RenewSystemComponentsAsync傳回的可能值。
public enum class RenewalStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Protection.ProtectionRenewalContract, 65536)]
enum class RenewalStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Protection.ProtectionRenewalContract), 65536)]
public enum RenewalStatus
var value = Windows.Media.Protection.RenewalStatus.notStarted
Public Enum RenewalStatus
- 繼承
-
RenewalStatus
- 屬性
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Media.Protection.ProtectionRenewalContract (已於 v1.0 引進)
|
欄位
AppComponentsMayNeedUpdating | 3 | 指定未偵測到需要更新的系統元件。 但可能需要更新應用程式元件,在此情況下,使用者可能需要從市集取得更新的應用程式。 |
NoComponentsFound | 4 | 指定找不到需要更新的元件。 |
NotStarted | 0 | 指定更新尚未啟動。 |
UpdatesInProgress | 1 | 指定有更新,且使用者已允許更新繼續 |
UserCancelled | 2 | 指定使用者拒絕允許更新繼續。 |