WebUICommandLineActivatedEventArgs.ActivatedOperation Property

Definition

Gets info about the activation of the app such as what arguments were provided and the current directory path.

public:
 property ActivatedOperation ^ ActivatedOperation { ActivatedOperation ^ get(); };
ActivatedOperation ActivatedOperation();
public ActivatedOperation ActivatedOperation { get; }
var activatedOperation = webUICommandLineActivatedEventArgs.activatedOperation;
Public ReadOnly Property ActivatedOperation As ActivatedOperation

Property Value

The activation info.

Implements

Remarks

The app supplies the exit code which is passed back to the caller.

Applies to