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 User

屬性

ActivatedOperation

取得應用程式啟用作業。

ContinuationData

取得應用程式在 FileSavePicker 作業之前填入的一組值,以停用應用程式,以便在啟動應用程式時提供內容。

File

取得啟動應用程式的檔案。

Kind

取得啟用類型。

PreviousExecutionState

取得應用程式啟動前的執行狀態。

SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

User

取得啟動應用程式的使用者。

適用於

另請參閱