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应用

适用于

另请参阅