FileSavePicker.ContinuationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of values to be populated by the app before a PickSaveFileAndContinue operation that deactivates the app in order to provide context when the app is activated. (Windows Phone 8.x app)
public:
property ValueSet ^ ContinuationData { ValueSet ^ get(); };
ValueSet ContinuationData();
public ValueSet ContinuationData { get; }
var valueSet = fileSavePicker.continuationData;
Public ReadOnly Property ContinuationData As ValueSet
Property Value
A set of values to be populated by the app before a PickSaveFileAndContinue operation
Remarks
Windows Phone 8.x app only. For more info, see How to continue your Windows Phone app after calling a file picker.