IInternalConfigSettingsFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |