CommandLineActivationOperation 类

定义

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

public ref class CommandLineActivationOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CommandLineActivationOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CommandLineActivationOperation
Public NotInheritable Class CommandLineActivationOperation
继承
Object Platform::Object IInspectable CommandLineActivationOperation
属性

Windows 要求

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

注解

应用提供退出代码,该代码将传回调用方。

属性

Arguments

获取激活应用时传递给应用的命令行参数。

CurrentDirectoryPath

从命令行获取从中激活应用的目录路径。

ExitCode

设置从命令行启动的应用的退出代码。

方法

GetDeferral()

获取此操作的延迟对象。

适用于