IFileActivatedEventArgsWithNeighboringFiles 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動應用程式時提供資料,因為它是與鄰近檔案相關聯的程式。
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) |