共用方式為


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

適用於