FileOpenPicker.ContinuationData Eigenschaft

Definition

Ruft einen Satz von Werten ab, die von der App vor dem PickSingleFileAndContinue - oder PickMultipleFilesAndContinue-Vorgang aufgefüllt werden sollen, der die App deaktiviert, um Kontext bereitzustellen, wenn die App aktiviert wird. (Windows Phone 8.x-App)

public:
 property ValueSet ^ ContinuationData { ValueSet ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
ValueSet ContinuationData();
/// [get: Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
ValueSet ContinuationData();
public ValueSet ContinuationData { [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public ValueSet ContinuationData { [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var valueSet = fileOpenPicker.continuationData;
Public ReadOnly Property ContinuationData As ValueSet

Eigenschaftswert

Ein Satz von Werten, die von der App vor dem PickSingleFileAndContinue - oder PickMultipleFilesAndContinue-Vorgang aufgefüllt werden sollen.

Attribute

Hinweise

Windows Phone Nur 8.x-App. Weitere Informationen finden Sie unter Fortsetzen ihrer Windows Phone App nach dem Aufrufen einer Dateiauswahl.

Gilt für:

Weitere Informationen