IPickerReturnedActivatedEventArgs 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 pour l’événement Activated lorsqu’il se produit après le retour d’un sélecteur.
public interface class IPickerReturnedActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(906883001, 43475, 18820, 164, 237, 158, 199, 52, 96, 73, 33)]
struct IPickerReturnedActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(906883001, 43475, 18820, 164, 237, 158, 199, 52, 96, 73, 33)]
public interface IPickerReturnedActivatedEventArgs : IActivatedEventArgs
Public Interface IPickerReturnedActivatedEventArgs
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
IPickerReturnedActivatedEventArgs hérite de IActivatedEventArgs. Les types qui implémentent IPickerReturnedActivatedEventArgs implémentent également les membres d’interface de IActivatedEventArgs.
Propriétés
Kind |
Obtient la raison pour laquelle cette application est activée. (Hérité de IActivatedEventArgs) |
PickerOperationId |
Obtient un identificateur indiquant le type d’opération de sélecteur effectuée avant l’activation. |
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) |