IDeviceActivatedEventArgs 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 sur un appareil qui appelle la lecture automatique.
public interface class IDeviceActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3444619689, 52752, 17618, 130, 52, 195, 85, 160, 115, 239, 51)]
struct IDeviceActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3444619689, 52752, 17618, 130, 52, 195, 85, 160, 115, 239, 51)]
public interface IDeviceActivatedEventArgs : IActivatedEventArgs
Public Interface IDeviceActivatedEventArgs
Implements IActivatedEventArgs
- 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)
|
Remarques
Héritage de l'interface
IDeviceActivatedEventArgs hérite de IActivatedEventArgs. Les types qui implémentent IDeviceActivatedEventArgs implémentent également les membres d’interface de IActivatedEventArgs.
Propriétés
DeviceInformationId |
Obtient l’identificateur de l’appareil qui a appelé la lecture automatique. |
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) |
Verb |
Obtient l’action associée à l’appareil activé. |