IInternalConfigurationBuilderHost Interface

Definitie

Definieert de aanvullende interface voor IInternalConfigHost configuratiehosts die de toepassing van ConfigurationBuilder objecten willen ondersteunen.

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

Methoden

Name Description
ProcessConfigurationSection(ConfigurationSection, ConfigurationBuilder)

Hiermee wordt een ConfigurationSection object verwerkt met behulp van het opgegeven ConfigurationBuilderobject.

ProcessRawXml(XmlNode, ConfigurationBuilder)

Verwerkt de opmaak van een configuratiesectie met behulp van de opgegeven ConfigurationBuilder.

Van toepassing op