IInternalConfigConfigurationFactory.Create(Type, Object[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Configuration オブジェクトを作成して初期化します。
public:
System::Configuration::Configuration ^ Create(Type ^ typeConfigHost, ... cli::array <System::Object ^> ^ hostInitConfigurationParams);
public System.Configuration.Configuration Create(Type typeConfigHost, params object[] hostInitConfigurationParams);
abstract member Create : Type * obj[] -> System.Configuration.Configuration
Public Function Create (typeConfigHost As Type, ParamArray hostInitConfigurationParams As Object()) As Configuration
パラメーター
- typeConfigHost
- Type
作成するType オブジェクトのConfiguration。
- hostInitConfigurationParams
- Object[]
作成されたObject オブジェクトに適用するパラメーターを含むConfigurationのパラメーター配列。
返品
Configuration オブジェクト。