FileOpenPicker.ContinuationData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式在 PickSingleFileAndContinue 或 PickMultipleFilesAndContinue 作業之前要填入的一組值,以停用應用程式,以便在啟動應用程式時提供內容。 (Windows Phone 8.x 應用程式)
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
屬性值
在 PickSingleFileAndContinue 或 PickMultipleFilesAndContinue 作業之前,應用程式要填入一組值。
- 屬性
備註
僅Windows Phone 8.x 應用程式。 如需詳細資訊,請參閱如何在呼叫檔案選擇器之後繼續Windows Phone應用程式。