LaunchActivatedEventArgs.PrelaunchActivated Property
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.
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.