FolderPickerContinuationEventArgs.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 populated by the app before a FolderPicker operation that deactivates the app in order to provide context when the app is activated.
public:
property ValueSet ^ ContinuationData { ValueSet ^ get(); };
ValueSet ContinuationData();
public ValueSet ContinuationData { get; }
var valueSet = folderPickerContinuationEventArgs.continuationData;
Public ReadOnly Property ContinuationData As ValueSet
Property Value
A set of values populated by the app before a FolderPicker operation that deactivates the app.