WebUIFolderPickerContinuationEventArgs.ContinuationData Property

Definition

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 = webUIFolderPickerContinuationEventArgs.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.

Implements

Applies to