FolderPicker.PickFolderAndContinue 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 PickSingleFolderAsync. Affiche le sélecteur de fichiers afin que l’utilisateur puisse choisir un dossier, en désactivant et l’application et en le réactivant une fois l’opération terminée. (Windows Phone application 8.x)
public:
virtual void PickFolderAndContinue() = PickFolderAndContinue;
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFolderAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
void PickFolderAndContinue();
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFolderAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
void PickFolderAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFolderAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public void PickFolderAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFolderAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public void PickFolderAndContinue();
function pickFolderAndContinue()
Public Sub PickFolderAndContinue ()
- 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.