次の方法で共有


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

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

適用対象