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 物件。