共用方式為


IInternalConfigHost.GetConfigType(String, Boolean) 方法

定義

傳回 Type 物件,表示組態物件的型別。

public:
 Type ^ GetConfigType(System::String ^ typeName, bool throwOnError);
public Type GetConfigType (string typeName, bool throwOnError);
abstract member GetConfigType : string * bool -> Type
Public Function GetConfigType (typeName As String, throwOnError As Boolean) As Type

參數

typeName
String

類型名稱。

throwOnError
Boolean

true 表示發生錯誤時擲回例外狀況;否則為 false

傳回

Type 物件,表示組態物件的型別。

適用於