IFileOpenPickerContinuationEventArgs 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关为文件打开选取器操作暂停应用后触发的已激活事件的信息。
public interface class IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
struct IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
/// [Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
public interface IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
[Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs 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 IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFileOpenPickerContinuationEventArgs
Implements IContinuationActivatedEventArgs
- 派生
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
ContinuationData |
获取应用在停用应用的操作之前填充的一组值,以便在激活应用时提供上下文。 (继承自 IContinuationActivatedEventArgs) |
Files |
获取用户在文件打开选取器操作期间选择的文件列表。 |
Kind |
获取激活此应用的原因。 (继承自 IActivatedEventArgs) |
PreviousExecutionState |
获取此激活前应用的执行状态。 (继承自 IActivatedEventArgs) |
SplashScreen |
获取初始屏幕对象,该对象提供有关从初始屏幕到激活应用转换的信息。 (继承自 IActivatedEventArgs) |