LaunchActivatedEventArgs.UWPLaunchActivatedEventArgs Property

Definition

public:
 property LaunchActivatedEventArgs ^ UWPLaunchActivatedEventArgs { LaunchActivatedEventArgs ^ get(); };
LaunchActivatedEventArgs UWPLaunchActivatedEventArgs();
public LaunchActivatedEventArgs UWPLaunchActivatedEventArgs { get; }
var launchActivatedEventArgs = launchActivatedEventArgs.uWPLaunchActivatedEventArgs;
Public ReadOnly Property UWPLaunchActivatedEventArgs As LaunchActivatedEventArgs

Property Value

The Windows.ApplicationModel.Activation.LaunchActivatedEventArgs for a UWP app.

Remarks

Important

Do not use. This property is not supported in Windows App SDK apps. The UWPLaunchActivatedEventArgs properties may contain invalid information or cause an InvalidCastException if you attempt to access them from a Windows App SDK app.

Applies to