Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LaunchActivatedEventArgs.PrelaunchActivated Property
Definition
- Namespace:
- Windows.ApplicationModel.Activation
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
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
Feedback
Was this page helpful?
