次の方法で共有


ICommandLineActivatedEventArgs.Operation プロパティ

定義

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

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

プロパティ値

アクティブ化情報。

注釈

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

適用対象