次の方法で共有


ParseResult.Directives プロパティ

定義

コマンド ライン入力の解析中に見つかったディレクティブを取得します。

public:
 property System::CommandLine::DirectiveCollection ^ Directives { System::CommandLine::DirectiveCollection ^ get(); };
public System.CommandLine.DirectiveCollection Directives { get; }
member this.Directives : System.CommandLine.DirectiveCollection
Public ReadOnly Property Directives As DirectiveCollection

プロパティ値

注釈

が にfalse設定されている場合EnableDirectives、このコレクションは空になります。

適用対象