共用方式為


WebUICommandLineActivatedEventArgs.Operation 屬性

定義

取得應用程式啟用的相關資訊,例如所提供的引數和目前的目錄路徑。

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

屬性值

啟用資訊。

實作

備註

應用程式會提供傳回給呼叫端的結束代碼。

適用於