IPhoneCallActivatedEventArgs 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.
Représente les arguments de lancement de l’application. La méthode de l’application OnActivated
est appelée, la PhoneCallActivatedEventArgs
classe étant la activatedEventArg
charge utile.
public interface class IPhoneCallActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.Guid(1415664161, 41921, 19693, 182, 47, 140, 96, 82, 54, 25, 173)]
struct IPhoneCallActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.Guid(1415664161, 41921, 19693, 182, 47, 140, 96, 82, 54, 25, 173)]
public interface IPhoneCallActivatedEventArgs : IActivatedEventArgs
Public Interface IPhoneCallActivatedEventArgs
Implements IActivatedEventArgs
- Dérivé
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 11 (introduit dans 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v14.0)
|
Propriétés
Kind |
Obtient la raison pour laquelle cette application est activée. (Hérité de IActivatedEventArgs) |
LineId |
Identifie le PhoneLine utilisé. Utilisé pour récupérer un objet PhoneLine correspondant. |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant cette activation. (Hérité de IActivatedEventArgs) |
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) |