ConfigurationDebugViewContext 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关配置的当前项的数据。
public value class ConfigurationDebugViewContext
public readonly struct ConfigurationDebugViewContext
type ConfigurationDebugViewContext = struct
Public Structure ConfigurationDebugViewContext
- 继承
构造函数
ConfigurationDebugViewContext(String, String, String, IConfigurationProvider) |
使用指定的路径、键、值和配置提供程序值初始化 的新实例 ConfigurationDebugViewContext。 |
属性
ConfigurationProvider |
IConfigurationProvider获取用于获取当前项的值的 。 |
Key |
获取当前项的键。 |
Path |
获取当前项的路径。 |
Value |
获取当前项的值。 |