IFolderPickerContinuationEventArgs 接口

定义

提供有关在应用暂停文件夹选取器操作后触发的已激活事件的信息。

public interface class IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
struct IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
/// [Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
public interface IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
[Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public interface IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFolderPickerContinuationEventArgs
Implements IContinuationActivatedEventArgs
派生
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

属性

ContinuationData

获取应用在停用应用的操作之前填充的一组值,以便在激活应用时提供上下文。

(继承自 IContinuationActivatedEventArgs)
Folder

获取用户在文件夹选取器操作期间选择的文件夹。

Kind

获取激活此应用的原因。

(继承自 IActivatedEventArgs)
PreviousExecutionState

获取此激活前应用的执行状态。

(继承自 IActivatedEventArgs)
SplashScreen

获取初始屏幕对象,该对象提供有关从初始屏幕过渡到激活的应用的信息。

(继承自 IActivatedEventArgs)

适用于

另请参阅