FileSavePicker.PickSaveFileAndContinue Méthode
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.
Obsolète à partir de Windows 10 ; utilisez Plutôt PickSaveFileAsync. Affiche le sélecteur de fichiers afin que l’utilisateur puisse enregistrer un fichier, désactiver et l’application et le réactiver une fois l’opération terminée. (Windows Phone application 8.x)
public:
virtual void PickSaveFileAndContinue() = PickSaveFileAndContinue;
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSaveFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
void PickSaveFileAndContinue();
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSaveFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
void PickSaveFileAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSaveFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public void PickSaveFileAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSaveFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public void PickSaveFileAndContinue();
function pickSaveFileAndContinue()
Public Sub PickSaveFileAndContinue ()
- Attributs
Remarques
Windows Phone application 8.x uniquement. Utilisez la propriété ContinuationData pour stocker des informations de contexte qui peuvent être récupérées lorsque l’application est réactivée. Pour plus d’informations, consultez Comment continuer votre application Windows Phone après l’appel d’un sélecteur de fichiers.