IFileSavePickerContinuationEventArgs インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイル保存ピッカー操作でアプリが中断された後に発生するアクティブ化されたイベントに関する情報を提供します。
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) |