共用方式為


AppInstallerManager.GetForSystem 方法

定義

擷取具有系統優先順序的 AppInstallerManager 實例。

public:
 static AppInstallerManager ^ GetForSystem();
 static AppInstallerManager GetForSystem();
public static AppInstallerManager GetForSystem();
function getForSystem()
Public Shared Function GetForSystem () As AppInstallerManager

傳回

具有系統優先順序的 AppInstallerManager 實例。

備註

透過此方法取得具有系統優先權的 AppInstallerManager 需要系統管理員許可權。 從具有系統優先順序的 AppInstallerManager 作業所設定的值,將不會由在預設層級執行的作業覆寫。

適用於