FileOpenPicker.PickSingleFileAndContinue Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Zeigt die Dateiauswahl an, damit der Benutzer eine Datei auswählen kann, wodurch die App möglicherweise deaktiviert und nach Abschluss des Vorgangs reaktiviert wird. (Windows Phone 8.x-App)
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 ()
- Attribute
Hinweise
nur Windows Phone 8.x-App. Verwenden Sie die ContinuationData-Eigenschaft , um Kontextinformationen zu speichern, die abgerufen werden können, wenn die App reaktiviert wird. Weitere Informationen finden Sie unter Fortsetzen der Windows Phone App nach dem Aufrufen einer Dateiauswahl.