ConfigurationDebugViewContext 構造体

定義

構成の現在の項目に関するデータを提供します。

public value class ConfigurationDebugViewContext
public readonly struct ConfigurationDebugViewContext
type ConfigurationDebugViewContext = struct
Public Structure ConfigurationDebugViewContext
継承
ConfigurationDebugViewContext

コンストラクター

ConfigurationDebugViewContext(String, String, String, IConfigurationProvider)

指定したパス、キー、値、および構成プロバイダー値を使用して、 の ConfigurationDebugViewContext新しいインスタンスを初期化します。

プロパティ

ConfigurationProvider

現在の項目の IConfigurationProvider 値を取得するために使用された を取得します。

Key

現在の項目のキーを取得します。

Path

現在の項目のパスを取得します。

Value

現在の項目の値を取得します。

適用対象