ConfigurationDebugViewContext Struct

Definition

Provides data about the current item of the configuration.

public value class ConfigurationDebugViewContext
public readonly struct ConfigurationDebugViewContext
type ConfigurationDebugViewContext = struct
Public Structure ConfigurationDebugViewContext
Inheritance
ConfigurationDebugViewContext

Constructors

ConfigurationDebugViewContext(String, String, String, IConfigurationProvider)

Initializes a new instance of a ConfigurationDebugViewContext, using the specified path, key, value, and configuration provider values.

Properties

ConfigurationProvider

Gets the IConfigurationProvider that was used to get the value of the current item.

Key

Gets the key of the current item.

Path

Gets the path of the current item.

Value

Gets the value of the current item.

Applies to