Share via


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)

適用対象

こちらもご覧ください