IFileOpenPickerContinuationEventArgs 介面

定義

提供啟動事件的相關資訊,該事件會在應用程式暫停檔案開啟選擇器作業之後引發。

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)

適用於

另請參閱