IFolderPickerContinuationEventArgs 介面

定義

提供在應用程式暫停資料夾選擇器作業後引發之啟動事件的相關資訊。

public interface class IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
struct IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
/// [Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
public interface IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1367876454, 40779, 18831, 190, 176, 66, 104, 79, 110, 28, 41)]
[Windows.Foundation.Metadata.Deprecated("IFolderPickerContinuationEventArgs 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 IFolderPickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFolderPickerContinuationEventArgs
Implements IContinuationActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

ContinuationData

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

(繼承來源 IContinuationActivatedEventArgs)
Folder

取得使用者在資料夾選擇器作業期間選取的資料夾。

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)

適用於

另請參閱