FileOpenPicker.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 PickSingleFileAndContinue or PickMultipleFilesAndContinue 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(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
ValueSet ContinuationData();
/// [get: Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
ValueSet ContinuationData();
public ValueSet ContinuationData { [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public ValueSet ContinuationData { [Windows.Foundation.Metadata.Deprecated("Instead, use PickSingleFileAsync/PickMultipleFilesAsync", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var valueSet = fileOpenPicker.continuationData;
Public ReadOnly Property ContinuationData As ValueSet
Property Value
A set of values to be populated by the app before PickSingleFileAndContinue or PickMultipleFilesAndContinue operation.
- Attributes
Remarks
Windows Phone 8.x app only. For more info, see How to continue your Windows Phone app after calling a file picker.