AppInstallerInfo.PausedUntil 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示更新检查将恢复的日期和时间。
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 来暂停更新检查。