WebUIRestrictedLaunchActivatedEventArgs Classe

Définition

Fournit des informations sur les événements lors du lancement d’une application restreinte.

public ref class WebUIRestrictedLaunchActivatedEventArgs sealed : IRestrictedLaunchActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIRestrictedLaunchActivatedEventArgs sealed : IActivatedEventArgsWithUser, IRestrictedLaunchActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIRestrictedLaunchActivatedEventArgs final : IRestrictedLaunchActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIRestrictedLaunchActivatedEventArgs final : IActivatedEventArgsWithUser, IRestrictedLaunchActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIRestrictedLaunchActivatedEventArgs : IRestrictedLaunchActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIRestrictedLaunchActivatedEventArgs : IActivatedEventArgsWithUser, IRestrictedLaunchActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIRestrictedLaunchActivatedEventArgs
Implements IActivatedEventArgsDeferral, IRestrictedLaunchActivatedEventArgs
Public NotInheritable Class WebUIRestrictedLaunchActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IRestrictedLaunchActivatedEventArgs
Héritage
Object Platform::Object IInspectable WebUIRestrictedLaunchActivatedEventArgs
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Cet objet est accessible lorsque vous implémentez un gestionnaire d’événements pour les événements WinJS.Application.Onactivated ou Windows.UI.WebUI.WebUIApplication.activated lorsque ActivationKind est restrictedLaunch.

Notes

Cette classe n’est pas agile, ce qui signifie que vous devez prendre en compte son modèle de thread et son comportement de marshaling. Pour plus d’informations, consultez Threading and Marshaling (C++/CX).

Historique des versions

Version de Windows Version du SDK Valeur ajoutée
1607 14393 Utilisateur

Propriétés

ActivatedOperation

Obtient l’opération activée par l’application.

Kind

Obtient le type d’activation.

PreviousExecutionState

Obtient l’état d’exécution de l’application avant son activation.

SharedContext

Obtient des informations sur un contexte partagé pour le lancement restreint.

SplashScreen

Obtient l’objet d’écran de démarrage qui fournit des informations sur la transition de l’écran de démarrage à l’application activée.

User

Obtient l’utilisateur pour lequel l’application a été activée.

S’applique à

Voir aussi