IDevicePairingActivatedEventArgs 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 informations lorsqu’une application est activée à la suite d’un appairage d’appareils.
public interface class IDevicePairingActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(3953185252, 60614, 16712, 148, 237, 244, 179, 126, 192, 91, 62)]
struct IDevicePairingActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.Guid(3953185252, 60614, 16712, 148, 237, 244, 179, 126, 192, 91, 62)]
public interface IDevicePairingActivatedEventArgs : IActivatedEventArgs
Public Interface IDevicePairingActivatedEventArgs
Implements IActivatedEventArgs
- Dérivé
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v2.0)
|
Remarques
Héritage de l'interface
IDevicePairingActivatedEventArgs hérite de IActivatedEventArgs. Les types qui implémentent IDevicePairingActivatedEventArgs implémentent également les membres d’interface de IActivatedEventArgs.
Propriétés
DeviceInformation |
Obtient l’objet DeviceInformation pour l’objet d’appareil en cours d’appairage. |
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) |
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) |