FileOpenPicker.PickSingleFileAndContinue 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.
Affiche le sélecteur de fichiers afin que l’utilisateur puisse choisir un fichier, ce qui peut éventuellement désactiver l’application et la réactiver une fois l’opération terminée. (Windows Phone application 8.x)
public:
virtual void PickSingleFileAndContinue() = PickSingleFileAndContinue;
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
void PickSingleFileAndContinue();
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
void PickSingleFileAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public void PickSingleFileAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public void PickSingleFileAndContinue();
function pickSingleFileAndContinue()
Public Sub PickSingleFileAndContinue ()
- Attributs
Remarques
Windows Phone application 8.x uniquement. Utilisez la propriété ContinuationData pour stocker les 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 avoir appelé un sélecteur de fichiers.