FolderPickerContinuationEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供在應用程式暫停資料夾選擇器作業之後引發的啟動事件相關資訊。
public ref class FolderPickerContinuationEventArgs sealed : IFolderPickerContinuationEventArgs
public ref class FolderPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FolderPickerContinuationEventArgs final : IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FolderPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FolderPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FolderPickerContinuationEventArgs : IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FolderPickerContinuationEventArgs 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 FolderPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
Public NotInheritable Class FolderPickerContinuationEventArgs
Implements IFolderPickerContinuationEventArgs
Public NotInheritable Class FolderPickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFolderPickerContinuationEventArgs
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
注意
此類別在 Windows 10 版本 2004 (組建 19041) 中已被取代。 檔案/資料夾接續 API 不再與停止Windows Phone相關。
當您實作在ActivationKind為 PickFolderContinuation
時回應Activated事件的事件處理常式時,您可以存取 FolderPickerContinuationEventArgs
物件。
如需使用 類別的 FolderPickerContinuationEventArgs
範例,請參閱如何在呼叫 AndContinue 方法之後繼續Windows Phone 8.x 應用程式。
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1607 | 14393 | User |
屬性
ContinuationData |
取得應用程式在停用 App 的 FolderPicker 作業之前填入的一組值,以便在啟動應用程式時提供內容。 |
Folder |
取得使用者在資料夾選擇器作業期間選取的資料夾。 |
Kind |
取得啟用類型。 |
PreviousExecutionState |
取得應用程式啟動前的執行狀態。 |
SplashScreen |
取得 SplashScreen 物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。 |
User |
取得啟動應用程式的使用者。 |