AppInstallerInfo.PolicySource 属性

定义

AppInstallerPolicySource 枚举中获取一个值,该值指示是使用系统还是默认源设置 AppInstallerInfo 中指定的更新策略。

public:
 property AppInstallerPolicySource PolicySource { AppInstallerPolicySource get(); };
AppInstallerPolicySource PolicySource();
public AppInstallerPolicySource PolicySource { get; }
var appInstallerPolicySource = appInstallerInfo.policySource;
Public ReadOnly Property PolicySource As AppInstallerPolicySource

属性值

由 *AppInstallerInfo 表示的策略的源。

Windows 要求

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

注解

如果使用 AppInstallerManager.GetDefault 设置策略,则策略源为 Default。 如果使用 AppInstallerManager.GetForSystem 设置策略,则策略源为 System

适用于