LaunchActivatedEventArgs.PrelaunchActivated Property

Definition

Indicates whether the app was pre-launched.

public:
 property bool PrelaunchActivated { bool get(); };
bool PrelaunchActivated();
public bool PrelaunchActivated { get; }
var boolean = launchActivatedEventArgs.prelaunchActivated;
Public ReadOnly Property PrelaunchActivated As Boolean

Property Value

Boolean

bool

Indicates whether the app was pre-launched. TRUE indicates it was; otherwise, FALSE.

Implements

Remarks

When available system resources allow, the startup performance of UWP app is improved by proactively launching the user’s most frequently used apps in the background. See Handle app prelaunch for details.

Applies to

See also