次の方法で共有


IFileOpenPickerActivatedEventArgs インターフェイス

定義

ユーザーがアプリによって提供されるファイルまたはフォルダーを選択しようとしたときに発生するアクティブ化されたイベントに関する情報を提供します。

public interface class IFileOpenPickerActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1921151106, 21797, 19442, 188, 9, 31, 80, 149, 212, 150, 77)]
struct IFileOpenPickerActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1921151106, 21797, 19442, 188, 9, 31, 80, 149, 212, 150, 77)]
public interface IFileOpenPickerActivatedEventArgs : IActivatedEventArgs
Public Interface IFileOpenPickerActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
実装

Windows の要件

要件 説明
デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

インターフェイスの継承

IFileOpenPickerActivatedEventArgs は IActivatedEventArgs を継承します。 IFileOpenPickerActivatedEventArgs を実装する型は、 IActivatedEventArgs のインターフェイス メンバーも実装します。

プロパティ

名前 説明
FileOpenPickerUI

ユーザーがアプリによって提供されるファイルまたはフォルダーを選択するときに表示されるファイル ピッカーのレターボックス UI。

Kind

このアプリがアクティブ化されている理由を取得します。

(継承元 IActivatedEventArgs)
PreviousExecutionState

このアクティブ化の前のアプリの実行状態を取得します。

(継承元 IActivatedEventArgs)
SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

(継承元 IActivatedEventArgs)

適用対象

こちらもご覧ください