FolderPickerContinuationEventArgs Classe
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 événement activé qui se déclenche après la suspension de l’application pour une opération de sélecteur de dossiers.
public ref class FolderPickerContinuationEventArgs sealed : IFolderPickerContinuationEventArgs
public ref class FolderPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FolderPickerContinuationEventArgs final : IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FolderPickerContinuationEventArgs : IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public sealed class FolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
Public NotInheritable Class FolderPickerContinuationEventArgs
Implements IFolderPickerContinuationEventArgs
Public NotInheritable Class FolderPickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
- Héritage
- 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
Notes
Cette classe a été dépréciée dans Windows 10, version 2004 (build 19041). Les API de continuation de fichier/dossier ne sont plus pertinentes avec l’arrêt de Windows Phone.
Vous accédez à un FolderPickerContinuationEventArgs
objet lorsque vous implémentez un gestionnaire d’événements qui répond aux événements activés lorsque ActivationKind est PickFolderContinuation
.
Pour obtenir un exemple qui utilise la FolderPickerContinuationEventArgs
classe, consultez Comment continuer votre application Windows Phone 8.x après l’appel d’une méthode AndContinue.
Historique des versions
Version de Windows | Version du SDK | Valeur ajoutée |
---|---|---|
1607 | 14393 | Utilisateur |
Propriétés
ContinuationData |
Obtient un ensemble de valeurs renseignées par l’application avant une opération FolderPicker qui désactive l’application afin de fournir un contexte lorsque l’application est activée. |
Folder |
Obtient le dossier sélectionné par l’utilisateur pendant l’opération de sélecteur de dossiers. |
Kind |
Obtient le type d’activation. |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant son activation. |
SplashScreen |
Obtient un objet SplashScreen qui fournit des informations sur la transition de l’écran de démarrage à l’application activée. |
User |
Obtient l’utilisateur pour lequel l’application a été activée. |