IInternalConfigHost.InitForConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
構成オブジェクトを初期化します。
public:
void InitForConfiguration(System::String ^ % locationSubPath, [Runtime::InteropServices::Out] System::String ^ % configPath, [Runtime::InteropServices::Out] System::String ^ % locationConfigPath, System::Configuration::Internal::IInternalConfigRoot ^ configRoot, ... cli::array <System::Object ^> ^ hostInitConfigurationParams);
public void InitForConfiguration (ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams);
abstract member InitForConfiguration : string * string * string * System.Configuration.Internal.IInternalConfigRoot * obj[] -> unit
Public Sub InitForConfiguration (ByRef locationSubPath As String, ByRef configPath As String, ByRef locationConfigPath As String, configRoot As IInternalConfigRoot, ParamArray hostInitConfigurationParams As Object())
パラメーター
- locationSubPath
- String
構成ファイルのサブパスの位置。
- configPath
- String
アプリケーション構成ファイルのパスを表す文字列。
- locationConfigPath
- String
構成パスの位置を表す文字列。
- configRoot
- IInternalConfigRoot
IInternalConfigRoot オブジェクト。
- hostInitConfigurationParams
- Object[]
構成ホストを初期化するために使用する値を含むパラメーター オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET