WebUIFileOpenPickerContinuationEventArgs 类

定义

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

public ref class WebUIFileOpenPickerContinuationEventArgs sealed : IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
public ref class WebUIFileOpenPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIFileOpenPickerContinuationEventArgs final : IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIFileOpenPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Deprecated("WebUIFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class WebUIFileOpenPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIFileOpenPickerContinuationEventArgs : IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIFileOpenPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Deprecated("WebUIFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public sealed class WebUIFileOpenPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIFileOpenPickerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IFileOpenPickerContinuationEventArgs
Public NotInheritable Class WebUIFileOpenPickerContinuationEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
继承
Object Platform::Object IInspectable WebUIFileOpenPickerContinuationEventArgs
属性
实现

Windows 要求

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

注解

版本历史记录

Windows 版本 SDK 版本 增值
1607 14393 用户

属性

ActivatedOperation

获取应用激活操作。

ContinuationData

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

Files

获取为其激活应用的文件。

Kind

获取激活类型。

PreviousExecutionState

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

SplashScreen

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

User

获取为其激活应用的用户。

适用于

另请参阅