次の方法で共有


EnvironmentVariablesDirective クラス

定義

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

public ref class EnvironmentVariablesDirective sealed : System::CommandLine::Directive
public sealed class EnvironmentVariablesDirective : System.CommandLine.Directive
type EnvironmentVariablesDirective = class
    inherit Directive
Public NotInheritable Class EnvironmentVariablesDirective
Inherits Directive
継承
EnvironmentVariablesDirective

コンストラクター

名前 説明
EnvironmentVariablesDirective()

Object クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Action

ディレクティブの CommandLineAction を取得または設定します。 ハンドラーは、ディレクティブが呼び出されたときに実行されるアクションを表します。

Description

シンボルの説明を取得または設定します。

(継承元 Symbol)
Hidden

シンボルが非表示かどうかを示す値を取得または設定します。

(継承元 Symbol)
Name

シンボルの名前を取得します。

(継承元 Symbol)
Parents

親シンボルを取得します。

(継承元 Symbol)

メソッド

名前 説明
GetCompletions(CompletionContext)

シンボルの入力候補を取得します。

(継承元 Directive)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Symbol)

適用対象