ICommandLineActivatedEventArgs.Operation 屬性

定義

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

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

屬性值

啟用資訊。

備註

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

適用於