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
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET