共用方式為


AppInstallerInfo.HoursBetweenUpdateChecks 屬性

定義

取得整數值,指定部署服務檢查應用程式安裝程式檔案更新的頻率。

public:
 property unsigned int HoursBetweenUpdateChecks { unsigned int get(); };
uint32_t HoursBetweenUpdateChecks();
public uint HoursBetweenUpdateChecks { get; }
var uInt32 = appInstallerInfo.hoursBetweenUpdateChecks;
Public ReadOnly Property HoursBetweenUpdateChecks As UInteger

屬性值

UInt32

unsigned int

uint32_t

檢查更新之間的時數。

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

備註

HoursBetweenUpdateChecks 設定為 0 時,部署服務會在每次啟動應用程式時檢查更新。 針對其他值,只有在應用程式先前未在 HoursBetweenUpdateChecks 指定的最後幾小時內檢查應用程式時,部署服務才會檢查更新。 例如,如果 HoursBetweenUpdateChecks 設定為 12,則只有在應用程式在過去 12 小時內尚未檢查更新時,部署服務才會檢查更新。

此屬性的允許範圍是 0 到 255。 預設值為 24。

這個屬性相當於 App Installer 檔案架構OnLaunch元素的HoursBetweenUpdateChecks屬性。

適用於