IInternalConfigurationBuilderHost Schnittstelle

Definition

Definiert die zusätzliche Schnittstelle für IInternalConfigHost Konfigurationshosts, die die Anwendung von ConfigurationBuilder Objekten unterstützen möchten.

public interface class IInternalConfigurationBuilderHost
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigurationBuilderHost
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigurationBuilderHost = interface
Public Interface IInternalConfigurationBuilderHost
Abgeleitet
Attribute

Methoden

Name Beschreibung
ProcessConfigurationSection(ConfigurationSection, ConfigurationBuilder)

Verarbeitet ein ConfigurationSection Objekt mithilfe der bereitgestellten ConfigurationBuilder.

ProcessRawXml(XmlNode, ConfigurationBuilder)

Verarbeitet das Markup eines Konfigurationsabschnitts mithilfe der bereitgestellten ConfigurationBuilder.

Gilt für: