FileOpenPicker.PickMultipleFilesAndContinue Methode

Definition

Veraltet ab Windows 10; verwenden Sie stattdessen PickSingleFolderAsync. Zeigt die Dateiauswahl an, damit der Benutzer mehrere Dateien auswählen kann, die App deaktiviert und nach Abschluss des Vorgangs reaktiviert werden kann. (Windows Phone 8.x-App)

public:
 virtual void PickMultipleFilesAndContinue() = PickMultipleFilesAndContinue;
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
void PickMultipleFilesAndContinue();
/// [Windows.Foundation.Metadata.Deprecated("Instead, use PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
void PickMultipleFilesAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public void PickMultipleFilesAndContinue();
[Windows.Foundation.Metadata.Deprecated("Instead, use PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public void PickMultipleFilesAndContinue();
function pickMultipleFilesAndContinue()
Public Sub PickMultipleFilesAndContinue ()
Attribute

Hinweise

Windows Phone Nur 8.x-App. Verwenden Sie die ContinuationData-Eigenschaft , um Kontextinformationen zu speichern, die abgerufen werden können, wenn die App erneut aktiviert wird. Weitere Informationen finden Sie unter Fortsetzen ihrer Windows Phone App nach dem Aufrufen einer Dateiauswahl.

Gilt für:

Weitere Informationen