LaunchActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 Application.OnLaunched 事件的事件資訊。
public ref class LaunchActivatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LaunchActivatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LaunchActivatedEventArgs
Public NotInheritable Class LaunchActivatedEventArgs
- 繼承
- 屬性
備註
Windows 應用程式 SDK Arguments
應用程式中不支援 和 UWPLaunchActivatedEventArgs
屬性。
您可以呼叫下列命令來擷取目前進程的命令列引數:
- [C#] Environment.GetCommandLineArgs() (需要完全信任才能執行)
- [C++] GetCommandLineA function (processenv.h)
屬性
Arguments |
取得在啟動期間傳遞至應用程式的引數。 |
UWPLaunchActivatedEventArgs |
取得 UWP app 的 Windows.ApplicationModel.Activation.LaunchActivatedEventArgs 。 請勿使用。 |