AppInstallerInfo.PausedUntil 属性

定义

获取一个值,该值指示更新检查将恢复的日期和时间。

public:
 property IReference<DateTime> ^ PausedUntil { IReference<DateTime> ^ get(); };
IReference<DateTime> PausedUntil();
public System.Nullable<System.DateTimeOffset> PausedUntil { get; }
var iReference = appInstallerInfo.pausedUntil;
Public ReadOnly Property PausedUntil As Nullable(Of DateTimeOffset)

属性值

如果更新检查已暂停,更新检查的日期将恢复;否则为 null。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

注解

可以通过调用 AppInstallerManager.PauseUpdatesUntil 来暂停更新检查。

适用于