IFileSavePickerContinuationEventArgs 介面

定義

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

public interface class IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
struct IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
/// [Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
public interface IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
[Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs 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 IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFileSavePickerContinuationEventArgs
Implements IContinuationActivatedEventArgs
衍生
屬性
實作

Windows 需求

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

屬性

ContinuationData

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

(繼承來源 IContinuationActivatedEventArgs)
File

取得使用者在檔案儲存選擇器作業期間選取的檔案。

Kind

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

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)

適用於

另請參閱