次の方法で共有


WebUICommandLineActivatedEventArgs.Operation プロパティ

定義

指定された引数や現在のディレクトリ パスなど、アプリのアクティブ化に関する情報を取得します。

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

プロパティ値

アクティブ化情報。

実装

注釈

アプリは、呼び出し元に渡される終了コードを提供します。

適用対象