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
。