IContactCallActivatedEventArgs 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 appeler un contact.
public interface class IContactCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3269399751, 12523, 16838, 179, 188, 91, 22, 148, 249, 218, 179)]
struct IContactCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3269399751, 12523, 16838, 179, 188, 91, 22, 148, 249, 218, 179)]
public interface IContactCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactCallActivatedEventArgs
Implements IActivatedEventArgs, IContactActivatedEventArgs
- Dérivé
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduit dans v1.0)
|
Remarques
Pour plus d’informations sur la gestion de l’activation d’application par le biais d’actions de contact, consultez Démarrage rapide : Gestion des actions de contact .
Propriétés
Contact |
Obtient le contact pour l’appel. |
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) |
ServiceId |
Obtient l’identificateur du service utilisé pour l’appel. |
ServiceUserId |
Obtient l’identificateur utilisateur du service utilisé pour l’appel. |
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 associée au contact activé. (Hérité de IContactActivatedEventArgs) |