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

适用于