LaunchActivatedEventArgs.UWPLaunchActivatedEventArgs Proprietà

Definizione

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

Valore della proprietà

Windows.ApplicationModel.Activation.LaunchActivatedEventArgs per un'app UWP.

Commenti

Importante

Non usare. Questa proprietà non è supportata nelle app di SDK per app di Windows. Le UWPLaunchActivatedEventArgs proprietà possono contenere informazioni non valide o causare un InvalidCastException se si tenta di accedervi da un'app SDK per app di Windows.

Si applica a