共用方式為


IInternalConfigConfigurationFactory.Create(Type, Object[]) 方法

定義

建立及初始化 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 物件。

適用於