FolderPicker.ContinuationData Property

Definition

Gets a set of values to be populated by the app before a PickFolderAndContinue 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 = folderPicker.continuationData;
Public ReadOnly Property ContinuationData As ValueSet

Property Value

A set of values to be populated by the app before a PickFolderAndContinue operation that deactivates the app in order to provide context when the app is activated.

Remarks

Windows Phone 8.x app only. For more info, see How to continue your Windows Phone app after calling a file picker.

Applies to

See also