AppointmentsProviderAddAppointmentActivatedEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des données lorsqu’une application est activée pour ajouter un rendez-vous au calendrier de l’utilisateur.
Javascript Ce type apparaît sous la forme WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.
public ref class AppointmentsProviderAddAppointmentActivatedEventArgs sealed : IAppointmentsProviderAddAppointmentActivatedEventArgs
public ref class AppointmentsProviderAddAppointmentActivatedEventArgs sealed : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderAddAppointmentActivatedEventArgs final : IAppointmentsProviderAddAppointmentActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentsProviderAddAppointmentActivatedEventArgs final : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderAddAppointmentActivatedEventArgs : IAppointmentsProviderAddAppointmentActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentsProviderAddAppointmentActivatedEventArgs : IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderAddAppointmentActivatedEventArgs
Implements IAppointmentsProviderAddAppointmentActivatedEventArgs
Public NotInheritable Class AppointmentsProviderAddAppointmentActivatedEventArgs
Implements IActivatedEventArgsWithUser, IAppointmentsProviderAddAppointmentActivatedEventArgs
- Héritage
- 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 remplacez la méthode OnActivated , IActivatedEventArgs.Kind est AppointmentsProvider et IAppointmentsProviderActivatedEventArgs.Verb est égal à la valeur de la propriété AppointmentsProviderLaunchActionVerbs.AddAppointment .
Historique des versions
Version de Windows | Version du SDK | Valeur ajoutée |
---|---|---|
1607 | 14393 | Utilisateur |
Propriétés
AddAppointmentOperation |
Obtient le rendez-vous fourni à l’application lorsque l’utilisateur tente de l’ajouter. |
Kind |
Obtient le type d’activation. |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant son activation. |
SplashScreen |
Obtient l’objet d’écran de démarrage, qui fournit des informations sur la transition de l’écran de démarrage vers l’application activée. |
User |
Obtient l’utilisateur pour lequel l’application a été activée. |
Verb |
Obtient l’action à effectuer par le fournisseur de rendez-vous. |