次の方法で共有


CommandLineBuilderExtensions.UseEnvironmentVariableDirective メソッド

定義

ディレクティブの使用を [env:key=value] 有効にし、呼び出し中にコマンド ラインから環境変数を設定できるようにします。

public:
[System::Runtime::CompilerServices::Extension]
 static System::CommandLine::Builder::CommandLineBuilder ^ UseEnvironmentVariableDirective(System::CommandLine::Builder::CommandLineBuilder ^ builder);
public static System.CommandLine.Builder.CommandLineBuilder UseEnvironmentVariableDirective (this System.CommandLine.Builder.CommandLineBuilder builder);
static member UseEnvironmentVariableDirective : System.CommandLine.Builder.CommandLineBuilder -> System.CommandLine.Builder.CommandLineBuilder
<Extension()>
Public Function UseEnvironmentVariableDirective (builder As CommandLineBuilder) As CommandLineBuilder

パラメーター

builder
CommandLineBuilder

コマンド ライン ビルダー。

戻り値

の同じインスタンス CommandLineBuilder

適用対象