Sdílet prostřednictvím


IConfigSystem.Init(Type, Object[]) Metoda

Definice

Inicializuje objekt konfigurace.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 void Init(Type ^ typeConfigHost, ... cli::array <System::Object ^> ^ hostInitParams);
public void Init (Type typeConfigHost, params object[] hostInitParams);
abstract member Init : Type * obj[] -> unit
Public Sub Init (typeConfigHost As Type, ParamArray hostInitParams As Object())

Parametry

typeConfigHost
Type

Typ hostitele konfigurace.

hostInitParams
Object[]

Pole parametrů hostitele konfigurace.

Platí pro