Share via


IFileActivatedEventArgsWithNeighboringFiles インターフェイス

定義

隣接するファイルに関連付けられているプログラムであるため、アプリがアクティブ化されたときにデータを提供します。

public interface class IFileActivatedEventArgsWithNeighboringFiles : IFileActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1127981476, 57826, 18685, 183, 252, 181, 214, 238, 230, 80, 51)]
struct IFileActivatedEventArgsWithNeighboringFiles : IFileActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1127981476, 57826, 18685, 183, 252, 181, 214, 238, 230, 80, 51)]
public interface IFileActivatedEventArgsWithNeighboringFiles : IFileActivatedEventArgs
Public Interface IFileActivatedEventArgsWithNeighboringFiles
Implements IFileActivatedEventArgs
派生
属性
実装

Windows の要件

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

プロパティ

Files

アプリがアクティブ化されたファイルを取得します。

(継承元 IFileActivatedEventArgs)
Kind

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

(継承元 IActivatedEventArgs)
NeighboringFilesQuery

アプリがアクティブ化されたファイルの近隣ファイルを取得します。

PreviousExecutionState

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

(継承元 IActivatedEventArgs)
SplashScreen

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

(継承元 IActivatedEventArgs)
Verb

アクティブ化されたファイルに関連付けられているアクションを取得します。

(継承元 IFileActivatedEventArgs)

適用対象

こちらもご覧ください