IInternalConfigSettingsFactory Interface

Definition

Defines an interface used by the configuration system to set the ConfigurationSettings class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IInternalConfigSettingsFactory
public interface IInternalConfigSettingsFactory
[System.Runtime.InteropServices.ComVisible(false)]
public interface IInternalConfigSettingsFactory
type IInternalConfigSettingsFactory = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
type IInternalConfigSettingsFactory = interface
Public Interface IInternalConfigSettingsFactory
Attributes

Methods

CompleteInit()

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates that initialization of the configuration system has completed.

SetConfigurationSystem(IInternalConfigSystem, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides hierarchical configuration settings and extensions specific to ASP.NET to the configuration system.

Applies to