FileSavePickerContinuationEventArgs Classe

Définition

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 d’enregistrement de fichiers.

public ref class FileSavePickerContinuationEventArgs sealed : IFileSavePickerContinuationEventArgs
public ref class FileSavePickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileSavePickerContinuationEventArgs final : IFileSavePickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileSavePickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FileSavePickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileSavePickerContinuationEventArgs : IFileSavePickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileSavePickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FileSavePickerContinuationEventArgs 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 FileSavePickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
Public NotInheritable Class FileSavePickerContinuationEventArgs
Implements IFileSavePickerContinuationEventArgs
Public NotInheritable Class FileSavePickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
Héritage
Object Platform::Object IInspectable FileSavePickerContinuationEventArgs
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éconseillée dans Windows 10 version 2004 (build 19041). Les API de continuation de fichiers/dossiers ne sont plus pertinentes avec l’arrêt de Windows Phone.

Vous accédez à un FileSavePickerContinuationEventArgs objet lorsque vous implémentez un gestionnaire d’événements qui répond aux événements Activés lorsque ActivationKind a la valeur PickSaveFileContinuation.

Pour obtenir un exemple qui utilise la FileSavePickerContinuationEventArgs 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 rempli par l’application avant une opération FileSavePicker qui désactive l’application afin de fournir un contexte lorsque l’application est activée.

File

Obtient le fichier sélectionné par l’utilisateur pendant l’opération de sélecteur d’enregistrement de fichiers.

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.

S’applique à

Voir aussi