ConfigurationDebugViewContext Struktur

Definition

Stellt Daten zum aktuellen Element der Konfiguration bereit.

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

Konstruktoren

ConfigurationDebugViewContext(String, String, String, IConfigurationProvider)

Initialisiert eine neue instance von unter ConfigurationDebugViewContextVerwendung der angegebenen Pfad-, Schlüssel-, Wert- und Konfigurationsanbieterwerte.

Eigenschaften

ConfigurationProvider

Ruft den ab, der IConfigurationProvider zum Abrufen des Werts des aktuellen Elements verwendet wurde.

Key

Ruft den Schlüssel des aktuellen Elements ab.

Path

Ruft den Pfad des aktuellen Elements ab.

Value

Ruft den Wert des aktuellen Elements ab.

Gilt für: