AppInstallerInfo.LastChecked 属性

定义

获取一个值,该值指示部署服务上次检查更新的日期和时间。

public:
 property DateTime LastChecked { DateTime get(); };
DateTime LastChecked();
public System.DateTimeOffset LastChecked { get; }
var dateTime = appInstallerInfo.lastChecked;
Public ReadOnly Property LastChecked As DateTimeOffset

属性值

部署服务上次检查更新的日期和时间。

Windows 要求

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

适用于