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

获取当前项的值。

适用于