ParseResult.Action プロパティ

定義

解析された結果の CommandLineAction を取得します。 ハンドラーは、解析結果が呼び出されたときに実行されるアクションを表します。

public:
 property System::CommandLine::Invocation::CommandLineAction ^ Action { System::CommandLine::Invocation::CommandLineAction ^ get(); };
public System.CommandLine.Invocation.CommandLineAction? Action { get; }
member this.Action : System.CommandLine.Invocation.CommandLineAction
Public ReadOnly Property Action As CommandLineAction

プロパティ値

適用対象