WebUICommandLineActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供從命令列啟動應用程式時的資訊,例如命令列引數。
public ref class WebUICommandLineActivatedEventArgs sealed : IActivatedEventArgsWithUser, ICommandLineActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUICommandLineActivatedEventArgs final : IActivatedEventArgsWithUser, ICommandLineActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUICommandLineActivatedEventArgs : IActivatedEventArgsWithUser, ICommandLineActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUICommandLineActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, ICommandLineActivatedEventArgs
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
UWP app 可以從 \[開始\] 啟動|從 PowerShell 中的命令列、DOS 命令提示字元,或從呼叫 CreateProcess的另一個 Win32 進程執行。
若要從命令列啟動,您的應用程式必須在其資訊清單中註冊 「AppExecutionAlias」 延伸模組類別。
屬性
ActivatedOperation |
取得應用程式啟用的相關資訊,例如所提供的引數和目前的目錄路徑。 |
Kind |
取得啟動應用程式的啟用類型。 |
Operation |
取得應用程式啟用的相關資訊,例如所提供的引數和目前的目錄路徑。 |
PreviousExecutionState |
取得應用程式啟動前的執行狀態。 |
SplashScreen |
取得從啟動顯示畫面轉換為啟動應用程式的相關資訊。 |
User |
取得啟動應用程式的使用者。 |