CommandLineConfigurationSource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コマンド ライン引数を IConfigurationSourceとして表します。
public ref class CommandLineConfigurationSource : Microsoft::Extensions::Configuration::IConfigurationSource
public class CommandLineConfigurationSource : Microsoft.Extensions.Configuration.IConfigurationSource
type CommandLineConfigurationSource = class
interface IConfigurationSource
Public Class CommandLineConfigurationSource
Implements IConfigurationSource
- 継承
-
CommandLineConfigurationSource
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| CommandLineConfigurationSource() |
CommandLineConfigurationSourceの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Args |
コマンド ライン引数を取得または設定します。 |
| SwitchMappings |
スイッチ マッピングを取得または設定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Build(IConfigurationBuilder) |
このソースの CommandLineConfigurationProvider をビルドします。 |