LaunchActivatedEventArgs.UWPLaunchActivatedEventArgs 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.
Gets the Windows.ApplicationModel.Activation.LaunchActivatedEventArgs for a UWP app. Do not use.
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.