次の方法で共有


SynchronousCommandLineAction クラス

定義

コマンド ライン シンボルに関連付けられた同期動作を定義します。

public ref class SynchronousCommandLineAction abstract : System::CommandLine::Invocation::CommandLineAction
public abstract class SynchronousCommandLineAction : System.CommandLine.Invocation.CommandLineAction
type SynchronousCommandLineAction = class
    inherit CommandLineAction
Public MustInherit Class SynchronousCommandLineAction
Inherits CommandLineAction
継承
SynchronousCommandLineAction
派生

コンストラクター

名前 説明
SynchronousCommandLineAction()

コマンド ライン シンボルに関連付けられた同期動作を定義します。

プロパティ

名前 説明
ClearsParseErrors

アクションが、 CommandLineActionを所有するシンボル以外のシンボルに関連付けられている解析エラーをクリアすることを示します。

(継承元 CommandLineAction)
Terminating

アクションがコマンド ライン呼び出しを終了し、以降のアクションがスキップされることを示します。

(継承元 CommandLineAction)

メソッド

名前 説明
Invoke(ParseResult)

コマンド ラインで関連付けられているシンボルが呼び出されたときにアクションを実行します。

適用対象