FileOpenPicker.ContinuationData
FileOpenPicker.ContinuationData
FileOpenPicker.ContinuationData
FileOpenPicker.ContinuationData
FileOpenPicker.ContinuationData
Property
Definition
Gets a set of values to be populated by the app before PickSingleFileAndContinue or PickMultipleFilesAndContinue operation that deactivates the app in order to provide context when the app is activated. (Windows Phone 8.x app)
public : ValueSet ContinuationData { get; }
ValueSet ContinuationData();
public ValueSet ContinuationData { get; }
Public ReadOnly Property ContinuationData As ValueSet
var valueSet = fileOpenPicker.continuationData;
Property Value
A set of values to be populated by the app before PickSingleFileAndContinue or PickMultipleFilesAndContinue operation.
Remarks
Windows Phone 8.x app only. For more info, see How to continue your Windows Phone app after calling a file picker.
See also
Feedback
Loading feedback...