共用方式為


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 User

屬性

ActivatedOperation

取得應用程式啟用作業。

ContinuationData

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

Files

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

Kind

取得啟用類型。

PreviousExecutionState

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

SplashScreen

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

User

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

適用於

另請參閱