AppInstallerManager.GetDefault Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an instance of AppInstallerManager with default priority.
public:
static AppInstallerManager ^ GetDefault();
static AppInstallerManager GetDefault();
public static AppInstallerManager GetDefault();
function getDefault()
Public Shared Function GetDefault () As AppInstallerManager
Returns
An instance of AppInstallerManager with default priority.
Remarks
AppInstallerManager methods called on an instance with default priority will replace values set by the most recent update or add the settings if an entry doesn’t already exist. Similarly, when an update takes place, the update will override these settings. To have the settings persist, use the AppInstallerManager returned by AppInstallerManager.GetForSystem.