次の方法で共有


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

適用対象