IAppointmentsProviderReplaceAppointmentActivatedEventArgs Interface
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 remplacer un rendez-vous dans le calendrier de l’utilisateur.
public interface class IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(357677012, 43393, 16487, 138, 98, 5, 36, 228, 173, 225, 33)]
struct IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(357677012, 43393, 16487, 138, 98, 5, 36, 228, 173, 225, 33)]
public interface IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderReplaceAppointmentActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
- Dérivé
- 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)
|
Propriétés
Kind |
Obtient la raison pour laquelle cette application est activée. (Hérité de IActivatedEventArgs) |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant cette activation. (Hérité de IActivatedEventArgs) |
ReplaceAppointmentOperation |
Obtient le rendez-vous fourni à l’application lorsque l’utilisateur tente de la remplacer. |
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. (Hérité de IActivatedEventArgs) |
Verb |
Obtient l’action à effectuer par le fournisseur de rendez-vous. (Hérité de IAppointmentsProviderActivatedEventArgs) |