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