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來暫停更新檢查。

適用於