WebUICommandLineActivatedEventArgs.Operation 属性

定义

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

public:
 property CommandLineActivationOperation ^ Operation { CommandLineActivationOperation ^ get(); };
CommandLineActivationOperation Operation();
public CommandLineActivationOperation Operation { get; }
var commandLineActivationOperation = webUICommandLineActivatedEventArgs.operation;
Public ReadOnly Property Operation As CommandLineActivationOperation

属性值

激活信息。

实现

注解

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

适用于