Share via


AppInstallerManager.GetDefault Method

Definition

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.

Applies to

See also