FolderPicker.ContinuationData 屬性

定義

取得應用程式在 PickFolderAndContinue 作業之前要填入的一組值,以停用應用程式,以便在啟動應用程式時提供內容。 (Windows Phone 8.x 應用程式)

public:
 property ValueSet ^ ContinuationData { ValueSet ^ get(); };
ValueSet ContinuationData();
public ValueSet ContinuationData { get; }
var valueSet = folderPicker.continuationData;
Public ReadOnly Property ContinuationData As ValueSet

屬性值

停用應用程式的 PickFolderAndContinue 作業之前,應用程式要填入的一組值,以便在啟動應用程式時提供內容。

備註

僅Windows Phone 8.x 應用程式。 如需詳細資訊,請參閱如何在呼叫檔案選擇器之後繼續Windows Phone應用程式

適用於

另請參閱