IInternalConfigSettingsFactory.SetConfigurationSystem 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为配置系统提供特定于 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
。