CommandLineActivatedEventArgs.Operation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式啟用的相關資訊,例如提供的引數和目前的目錄路徑。
public:
property CommandLineActivationOperation ^ Operation { CommandLineActivationOperation ^ get(); };
CommandLineActivationOperation Operation();
public CommandLineActivationOperation Operation { get; }
var commandLineActivationOperation = commandLineActivatedEventArgs.operation;
Public ReadOnly Property Operation As CommandLineActivationOperation
屬性值
啟用資訊。
實作
備註
應用程式會提供傳回給呼叫端的結束代碼。