IInternalConfigSettingsFactory.SetConfigurationSystem 方法

定义

提供特定于配置系统的 ASP.NET 的分层配置设置和扩展。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 void SetConfigurationSystem(System::Configuration::Internal::IInternalConfigSystem ^ internalConfigSystem, bool initComplete);
public void SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete);
abstract member SetConfigurationSystem : System.Configuration.Internal.IInternalConfigSystem * bool -> unit
Public Sub SetConfigurationSystem (internalConfigSystem As IInternalConfigSystem, initComplete As Boolean)

参数

internalConfigSystem
IInternalConfigSystem

IInternalConfigSystem 使用 ConfigurationSettings 的对象。

initComplete
Boolean

true 如果配置系统的初始化过程已完成,则为否则,为 false.

适用于