WebUIFileSavePickerContinuationEventArgs 类

定义

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

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

Windows 要求

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

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1607 14393 用户

属性

ActivatedOperation

获取应用激活操作。

ContinuationData

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

File

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

Kind

获取激活类型。

PreviousExecutionState

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

SplashScreen

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

User

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

适用于

另请参阅