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

適用対象