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.