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
- 继承
- 属性
注解
Arguments
Windows 应用 SDK 应用中不支持 和 UWPLaunchActivatedEventArgs
属性。
可以通过调用以下方法检索当前进程的命令行参数:
- [C#] Environment.GetCommandLineArgs() (需要完全信任才能执行)
- [C++] GetCommandLineA function (processenv.h)
属性
Arguments |
获取在启动期间传递给应用程序的参数。 |
UWPLaunchActivatedEventArgs |
获取 UWP 应用的 Windows.ApplicationModel.Activation.LaunchActivatedEventArgs 。 请勿使用。 |