WebUICommandLineActivatedEventArgs 类

定义

提供从命令行激活应用时的信息,例如命令行参数。

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
继承
Object Platform::Object IInspectable WebUICommandLineActivatedEventArgs
属性
实现

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

可从“开始”屏幕激活 UWP 应用 | 在 Windows 中、从 PowerShell 中的命令行、DOS 命令提示符或从另一个调用 CreateProcess 的 Win32 进程运行。

若要从命令行激活,应用必须在其清单中注册“AppExecutionAlias”扩展类别。

属性

ActivatedOperation

获取有关应用激活的信息,例如提供了哪些参数和当前目录路径。

Kind

获取启动应用的激活类型。

Operation

获取有关应用激活的信息,例如提供了哪些参数和当前目录路径。

PreviousExecutionState

获取激活前的应用的执行状态。

SplashScreen

获取有关从初始屏幕过渡到激活的应用的信息。

User

获取为其激活应用的用户。

适用于